Some times we need to a print any view page in coldbox where we don’t want to put any layout. We can use ‘nolayout’ argument in handler. See the below pattern to understand.

event.setView( view = "HandlerName/ViewName", nolayout = true );