What, specifically, is stopping you from making the data a 2 dimensional array and using a c:foreach kind of JSP loop instead of trying a tiles definition. It would help to explain what this uniformity is that you need to replicate. Is it something you can lock down with a few site-wide styles? It sounds like you have some flexibility so perhaps a different view on that page layout might help the situation.
Regards, David -----Original Message----- From: Bhay Zone [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 5:11 PM To: Struts Users Mailing List Subject: RE: Each tiles:insert invokes ServletFilter I tried to simplify the problem when I posted my question. Here is the actual scenario. Every piece of data displayed on my page is displayed using a tiles - thats for uniformity across the application. There are around 1000 rows being dispalyed, and each row has 10 columns (thus the figure 10k). The business users want to see all the rows on one page. I really have to go with the tiles / servlet filters thing. That's how the application was written. It is beyond me to make those decisions. I have to find a way to optimize the current page. Basically I need to find a way to stop the filters being called for a tiles:insert. Once that happens, I should be on my way. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]