I would like to ask about the paging concept in the display tag lib. I already try the sample code given about paging, and it's woderful. But the sample use session to stored the object (data) and passed it to the taglib. As we know that session occupied the memory and every client connected to the server, server will create 1 session. If I have 100,000 records/session and 100 clients connected simultaneously, is it will make the session take a lot of memory resources??.Is it possible to use request attributes instead of session.? Or the creator of the paging taglib already overcome this problem. Please give me detail explanation with sample code.
Thank you very much Roopa ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

