2010/10/20 GF <[email protected]>: > I think it can be implemente storing the generated HTML of the JSP for > a specific tiles (i.e. header) in the application context and than > serving directly that "header" HTML without executing the JSP
Since Tiles does not render JSP directly (it's the servlet container that does it), but only include them, this cannot be done. Antonio
