I am currently using Templates (not Tiles) to layout our pages. While general components such as menu, header, footer are well defined, same for all pages, and are included from a global single location, the body is always different. So, for every page, we wind up with 2 pages.
page.jsp - uses the <template tags to define the layout pageContent.jsp - used from page.jsp to define the body content This is quite cumbersome. Is there a way to put the layout definition and the "contents" of at least the body into the same page? Other things such as the title, and help text change on a page by page basis, so it would be nice to package these two items in to the same page as well. Is this easier done with Tiles? Thanks. -AP_ http://www.alexparansky.com Java/J2EE Architect/Consultant http://www.myprofiles.com/member/view.do?profileId=127 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

