Michael, Why would you advocate the overhead of invoking struts *.do actions inside a JSP? After all, doesn't that force a complete reinvocation of the request process for each Struts action you call? For example, your below template would parse one for the original request, then (#2) once for "header.do" and one last time (#3 in this request) for "footer.do". That is a heck of a lot of overhead. (See template snippet below)
> From: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 25, 2006 6:16 PM > Subject: Re: Tiles vs. <jsp:include> + XHTML/CSS > masterlayout.jsp > ---------------- > <div class="header"><jsp:include page="header.do"/></div> > <div class="footer"><jsp:include page="footer.do"/></div> > I would be more likely suggest a tiles controller to avoid some of that repeated, and in my opinion unnecessary, process(or) overhead. Regards, David / [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]