If you use only features from Template, then use only Templates. If you use some Tiles advanced features, then use Tiles.
Generally, if you have a very large project with many pages, use Tiles. Tiles allow to build pages by assembling small pieces (Tiles). Usually, you use a layout (or template) to build pages. With Tiles, and its definition concept, you can build all your pages in a centralized xml pages. Furthermore, you avoid repeated work by using an inheritance mechanism. Also, you can use a definition name as the target of a Struts forward. The definition file can be split in several sub-file.... There are others interesting features in Tiles that you will discover if you play a bit with Tiles. Cedric Sriram Nookala wrote: > I'm trying to get some information in order to make a choice between struts > templates and Tiles for our UI design and templating. Where would you choose > one over the other, and what does Tiles offer you that Templates doesn't? > thanks, > sriram > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>