Matt, Thanks for your reply. I should probably just try it, but don't really have time to play around with new stuff right now, so forgive me for asking another one...
Ok, I understand what you can store the list in any scope. Suppose you have 100 records and you want to show 10 records at a time and you must not use Session scope, i.e. use request scope instead. You get those 100 records into a List and save it in the request scope. The page shows first 10 and then shows links for page 2, page 3, page 4, and so on. How would the displayTag know to show only records 11-20 when the user clicks "page 2" link? Does it assume that all 100 records would get stuck into the request again and it would paginate it, giving you "page 2" based on what it assumes was supposed to be in page 1? Is pagination something you can configure somewhere, i.e., how many items to show per page? Can it be configure for how many subItems to show per shown item? Can it be configured to paginate based on lines on the screen, not items shown? Thanks, Yaakov. On 4/19/05, Matt Raible <[EMAIL PROTECTED]> wrote: > The displaytag can read from any of the scopes in the Java web > paradigm: page, request, session or application - it's up to you where > you want to put the list. > > Matt > > On Apr 18, 2005, at 11:25 AM, Yaakov Chaikin wrote: > > > Does displayTag store the result set in Session scope or is this > > configurable? Just wondering if this tag would be good for cases where > > there is a giant result set coming back and high load of users is a > > requirement. In my particular application, I have to re-ask the > > database for the entire result set so I can keep the Session scope as > > free as possible. It's a highly clustered environment, so we can't > > afford to have session hold much at all. > > > > Thanks, > > Yaakov. > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real > > users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_ide95&alloc_id396&opĚk > > _______________________________________________ > > displaytag-user mailing list > > displaytag-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > displaytag-user mailing list > displaytag-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/displaytag-user > ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user