Re: request scope & paging

2006-05-03 Thread Y. Thomas Gan
Dave Newton wrote: Kyle W. Cartmell wrote: I understand the concept behind this, but does anyone actually use this in production code? Seems more trouble than it's worth since the user could simply start multiple sessions. How? Isn't that browser-dependent? And OS dependent too. On

request scope & paging

2006-05-03 Thread Y. Thomas Gan
Is there a way in struts to chain a series of requests (paging through a list) and pass data through request scope? In my scenario, I keep the a result list in session, but this prevents me from opening two windows (same session) and paging through two different lists (one in each window) indepe