All, I have a requirement in which I display reports in a jsp using Struts. The reports pull huge data like 30000-50000 records will be in the jsp page. Right now, I get the records in an array from my DAO and then set them to my form bean. In results jsp, I iterate through it and use <bean:write> tag to write all values in jsp. This approach is pretty slow. After it displays all records the page simply hangs. From IE page I cannot move forward/backward etc Can anyone suggest an improvement ? In DAO i just do JDBC select and get the records. JDBC retrieves query fast. Thanks.
--------------------------------- Got a little couch potato? Check out fun summer activities for kids.