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
