Each tiles:insert invokes ServletFilter

2006-09-11 Thread Bhay Zone
Hi, I have a jsp page in which tiles:insert is called 10,000 times. I have 7 servlet filters defined in the application. My problem is that for each tiles:insert the entire filter chain is also invoked. This degrades my page rendering. I replaced the tiles:insert with out.println - in thi

RE: Each tiles:insert invokes ServletFilter

2006-09-11 Thread Bhay Zone
rvlet and filter chains 10k times. And yes, I will hold back my urge to ask why you are putting 10k items on any page in the first place. Regards, David -Original Message- From: Bhay Zone [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 4:12 PM To: user@struts.apache.org Subject: E

RE: Each tiles:insert invokes ServletFilter

2006-09-11 Thread Bhay Zone
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:[EMAI

RE: Each tiles:insert invokes ServletFilter

2006-09-12 Thread Bhay Zone
ge with dummy data to a browser that has 1000 rows and 10 columns. You might be able to demonstrate the lack of usability to the customer and also uncover browser rendering issues with the design. -Richard Bhay Zone wrote: > I tried to simplify the problem when I posted my question. Here is t