On 27/07/2010 23:42, Beto wrote: > > One more question: where does it say, in the docs, which control I can > or can't use with jsp template?
I don't know of such docos, but on the other hand I'm not sure it won't work. Try the PickList control and see if it renders or not. Regards Bob On Fri, Jul 23, 2010 at 10:24 PM, Bob Schellink <[email protected]> wrote: > On 22/07/2010 22:26, Beto wrote: >> >> "If you use JSP pages for rendering, the .jsp extension must be used. >> For example: " >> >> And says that I should use the .jsp extension, but doesn't indicate >> that I must use the .htm extension in the request url. > > > Ok, I've added a section to the doco that jsp templates are accessed using > the htm extension. > > "Please note, Click does not handle JSP requests directly, instead it > forwards JSP requests to the > servlet container. Do not map the ClickServlet to handle *.jsp requests in > web.xml. Instead .jsp > templates are accessed with a .htm extension. At runtime Click will convert > the page path from .jsp > to .htm and back." > > Kind regards > > Bob >
