Hello Rick. Happy New Year to you. I'm just curious. Why are you switching? I remember you advocating Sitemesh (I think it was on your site) instead of Tiles at some point. I haven't tried either one yet, but was going to try Sitemesh based largely on your recommendation,
The reason I'm switching is that some of the pages we display can possibly be very very large in size (reporting information). SitemMesh has to store the entire response as a String in an object (I think backed as StringBuffer but not positive). So you can see the problem if you potentially have a huge page to display. Locally, I actually crashed my version of Tomcat when trying to render a page since it ran out of memory when trying to buffer such a large page. Tiles doesn't have this problem since it flushes the response out as it goes along. Tiles, although more work to configure, saves me from having to worry about these potential memory problems.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]