AW: Struts-Jsp display

2007-06-05 Thread Norbert Hirneisen
cience & Communications von-Müllenark-Str. 19 53179 Bonn phone +49-228-6194930 -Ursprüngliche Nachricht- Von: Maya menon [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 5. Juni 2007 20:09 An: user@struts.apache.org Betreff: Struts-Jsp display All, I have a requirement in which I display

Re: Struts-Jsp display

2007-06-05 Thread Antonio Petrelli
2007/6/5, Maya menon <[EMAIL PROTECTED]>: Can anyone suggest an improvement ? I think that you need some sort of paging. One of the most used technique is by using displaytag: http://displaytag.sf.net/ HTH Antonio - To uns

Struts-Jsp display

2007-06-05 Thread Maya menon
All, I have a requirement in which I display reports in a jsp using Struts. The reports pull huge data like 3-5 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 ta