ModelAndView alternatives

LabKey Support Forum (Inactive)
ModelAndView alternatives Matthew Bellew  2008-04-03 10:06
Status: Closed
 
If you don't want to use the default template you can specify which template to use with getPageConfig().setTemplate().

In your case you want

    getPageConfig().setTemplate(PageConfig.Template.None);