I encountered this problem/strange behaviour because simply the cache of IE
was full. Deleting the Temporary Internet Files solved it.
Maybe that helps.

Axel

----- Original Message -----
From: "Trieu, Danny" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 8:55 PM
Subject: RE: Back Button Shown 'Page Expired' on IE ..... What really
happens? ....


> No, this has nothing to do with no-cache setting.  Even with Struts
setting
> for the controller setting to be no-cache, I still sometime see this
happens
> on form submittion.  Yes, I do understand that you can set no-cache on
> response header, or html meta data setting, but I don't understand why it
> happens sometime with form submittion, especially file upload.
>
> Thanks,
>
> danny
>
> -----Original Message-----
> From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 11:43 AM
> To: Struts Users Mailing List
> Subject: Re: Back Button Shown 'Page Expired' on IE ..... What really
> happens? ....
>
>
> Hi,
> check if u have following lines in your html
> <meta http-equiv="Pragma" content="no-cache">
> <meta http-equiv="Cache-Control" content="no-cache">
> <meta http-equiv="Expires" content="-1">
> or following code in your jsp
> <%response.setHeader("Cache-Control","no-store");%>
> if yes, then it tells the browser that is should not
> load the page from cache and load a fresh page , and
> so u get that message
> Ashish
> --- "Trieu, Danny" <[EMAIL PROTECTED]> wrote:
> > Browser diplay messages saying the page has been
> > expired when I hit the back
> > button after I submitted a form.  Can someone point
> > out what happens?
> >
> > Thanks,
> >
> > Danny.
> >
>
>
> =====
> A$HI$H
>
> __________________________________________________
> Yahoo! - We Remember
> 9-11: A tribute to the more than 3,000 lives lost
> http://dir.remember.yahoo.com/tribute
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to