On 9/7/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > 2007/9/7, Rick Reumann <[EMAIL PROTECTED]>: > > > > The issue is that SiteMesh, to act using the decorator pattern, decides > to > > pull out the entire page contents and store it in a StringBuffer. > > > Really? I am using Sitemesh (without Struts 2), is there a JIRA issue > about > it? >
I could have sworn I entered one over a year ago, but I don't see it out there. Actually I might have first asked about it on in SiteMesh forum just to first find out if it really was an issue and possibly did not get a response so I just left it. (I ended up going to tiles because of the issue.) Assuming the code base hasn't changed in over a year or so, you can duplicate the issue yourself... just take a page that you have being decorated by sitemesh and create a for loop and generate a ton of html table rows (often times tags often generate a ton of white space also which site mesh still has to buffer in its StringBuffer). -- Rick