Were you iterating over a collection ? If so you could have used the logic:iterate tag to give you a hand ..... :)

I had that problem in a compiled JSP page (therefore, in the created servlet): a table with 150 rows and 8 <bean:write /> columns (some financial data).

The solution was to split the table into 3 files and in the first one just included the second and the third using <jsp:include />. Now it works just fine.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to