Hi, I wondered if someone might have a working example of a Panel being used with a JSP as its view template. JSPs work ok for me with regular Click Pages, but when I try to use a Panel, I get errors of this nature:
[Click] [error] Velocity: Parser Exception: /mypath/mypanel-template.jsporg.apache.velocity.runtime.parser.ParseException: Encountered ":length(userLinks)}\n<div> userLinks is an Array<PageLink> which I've defined in my Panel.java subclass, and am referencing in the JSP as shown in the error, so it is reaching the JSP. But it seems like Click is trying to interpret the template as Velocity instead of JSP, even though I've overridden the Page's getTemplate() method to return a jsp file name (as demonstrated by the fact that it reaches the jsp!). Any advice or examples would be much appreciated. Thanks, Ari
