Hi,

I am developing web client using Struts Framework. I am facing a problem
in following scenario. 

I have an arraylist of Data , which is populated in Table Grid using
Display-Tag library. The first time when the page appears, the data
comes from the Database.

It is working fine for the first time . However, my page refreshes after
some interval , say 5 mins, during subsequent refreshes, I don't want
that the data should again come through the Database call. I have tried
using ThreadLocal utitity, however it doesn't work.

I have tried using JSP Session object, and it worked. However, I want to
avoid the use of Session object in the project.

Any solution/Ideas would be highly appreciated.

Thanks
Raman

>                       Thanks & Regards,
>                       Raman Rokariya
>                       ------------------------------------------
>                       Fidelity Information Systems Company India Pvt.
> Ltd.
>                       1st Floor, Tower B, DLF Center Court
>                       DLF City, Phase-V
>                       Gurgaon HY 122002
>                       Phone: (0124) 502 1648
>       
> ----------------------------------------------------------------------
> ---
>                       Any comments or statements made in this email
> are not necessarily those of Fidelity Business Services India Pvt.
> Ltd. or any of the Fidelity Investments group companies. The
> information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. If you have received this in error, please contact the
> sender and delete the material from any computer. All e-mails sent
> from or to Fidelity Business Services India Pvt. Ltd. may be subject
> to our monitoring procedures.
> 
> 
> 
> 

Reply via email to