ModelAndView alternatives

LabKey Support Forum (Inactive)
ModelAndView alternatives adam  2008-04-03 15:21
Status: Closed
 
You should be able to get rid of the <DIV> by setting the view's frametype to NONE:

    v.setFrame(WebPartView.FrameType.NONE);

But I agree that avoiding JSPs in this case is a good idea.