Hi, I was wondering if there is a way to tweak struts2 performance. I ported an old struts1 application to struts2. I have jsps that have rather large and complex lists that I now iterate using Struts2 <s:iterate> and OGNL instead of <logic:iterate> and EL used in struts1. I noticed that the performance using Struts2 is pretty much lower than that of the Struts1 application, especially when displaying large lists and descending into complex objects using OGNL. I read that using dojo can cause this, but as far as I know I'm not (consciously) using dogo, ajax etc. just plain struts2 core.
-- Joe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]