RE: Preventing Page Caching

2004-09-09 Thread Jim Barrows
> -Original Message- > From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 12:15 AM > To: Struts Users Mailing List > Subject: Re: Preventing Page Caching > > > I ussualy use this > > <% > response.setHeader(&quo

Re: Preventing Page Caching

2004-09-09 Thread Ovidiu EFTIMIE
response.setHeader("Pragma", "no-cache"); %> On Wed, 8 Sep 2004 15:49:38 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: news [mailto:[EMAIL PROTECTED] Behalf Of Irfandhy Franciscus > > Sent: T

RE: Preventing Page Caching

2004-09-08 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Irfandhy Franciscus > Sent: Tuesday, September 07, 2004 8:18 AM > To: [EMAIL PROTECTED] > Subject: Preventing Page Caching > > > Hi All, > > I am developing some pages with struts. Whe

Preventing Page Caching

2004-09-08 Thread Irfandhy Franciscus
Hi All, I am developing some pages with struts. When I was testing my pages, I realize that if I click the back and forward button, my browser (IE or Firefox) will load the cached page, instead of retrieving the latest data from the database. Is there anyway to prevent this caching, or is there