|
Hi Ricardo: Some time ago I had written about using a
Vector with displaytag such that if it contains huge numbers of Objects I do not
have to load the whole Vector in Session. I only want to load only 50 Objects in Session. Mr. Lozano has written the following Reply
which I am trying to use Approach 2 I am not able to figure out. I have tried to use Approach 1
implementing a PaginatedList. I have a Implementation of the
PaginatedList already ready. But now how do I pass it my Vector ? And just to be sure – my Vector has
close to 5000 Objects. Will only 50 Obejcts be loaded in Session with this
approach. Thanks. Chetan From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Tercero Lozano From: http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html Displaytag
1.1 offers two alternative ways for working with partial lists:
So the answer is yes, you
must implement PaginatedList. On 10/26/06, Chetan
Pandey < [EMAIL PROTECTED]>
wrote: Hi
All: I
am using displaytag to import a Vector of Beans inot my JSP Page. Pagination
and all is setup properly. But
the only disadvantage is that I have to load my nearly 2500 Rows of Data on
Client Side and when my Code goes to Production that number could be in
millions. Is
their a way with Displaytag in which I can fetch only 50 rows of Data and then
with a click of "Next" button the next 50 rows are fetched and the
ones before are removed from the Session. Thanks. Chetan
|
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

