Garner, Shawn wrote:
I tried using tiles with JSF and found it does not work very well.
You end up having to define every page in the tiles.xml file that you want
to use the template for.
Are there any other approaches to creating a reusable template that uses
multiple jsp pages?
Seems like I should be able to just include a page and override the body,
title portion without redefining the template for every page.
You may be able to do what you want with Tiles using the JSP tags
instead of the XML file. Alternatively, take a look at Facelets or Shale
Clay.
L.