Hi, I'm currently working on a site in which I'd like every page accessed to follow the same template, as I'm sure most sites do. I am ending up with 2 files now for every different page on the site, 1 which states that I'd like to follow the template, and then the main jsp part of that page, for example:
siteTemplate.jsp introStructure.jsp (contains template:insert) intro.jsp (part of introStructure.jsp) searchStructure.jsp search.jsp ...... This is getting very redundant. Any other options? Thanks, Kenny -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

