Re: Retrieve Data List

2006-09-06 Thread David Durham
Rokariya, Raman wrote: Hi, I am developing Web Client using Struts framework. I am facing problem in following scenarios. My application has a Pop Up Window which refreshes after some regular interval (minutes). The first time when the window opens, the data which is displayed in Tabular Grid

RE: Retrieve Data List

2006-09-06 Thread David Friedman
What session "limitations" are you encountering? Is this something that simply fixing the amount of time before a session timeout would fix since many containers support that feature? Would you be better served saving the data in application scope under some key and then having a scheduler, like Q