JSP performance
843840Jul 24 2009 — edited Aug 3 2009Hi All,
I am having a serious performance issue here with the JSP pages.
i am using core and spring-form tags in the JSP.
For populating some values in a dropdown i am using <from:option> and for iterating through a list of java objects i am using <c:forEach>
In this foreach tag i am checking a condition using EL and adding rows to my Table dynamically where i dont know previously how many rows is to be added.
Even if i am having 700 or 1000 rows of data it is taking a hell lot of time to display, sometime even 10-15 minutes with the system getting hanged almost.
Please help on this.The timeline is chasing me.
thanks and advance...
Edited by: amit.goenka on Jul 24, 2009 11:01 AM