> -----Original Message-----
> From: struts lover [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 26, 2004 12:47 PM
> To: Struts Users Mailing List
> Subject: RE: Back Button
> 
> 
> Hi,
> I have the following settings in my jsp.
> 
> response.setHeader("Cache-Control", "no-cache");
> response.setHeader("Pragma", "no-cache");
> response.setDateHeader("max-age", 0);
> response.setDateHeader("Expires", 0);

I don't remember if this says don't expire, are expire imeediately.

> 
> And the error is : 
> 
> Warning: Page has Expired The page you requested was
> created using information you submitted in a form.
> This page is no longer available. As a security
> precaution, Internet Explorer does not automatically
> resubmit your information for you. 
> 
> To resubmit your information and view this Web page,
> click the Refresh button. 

You have a duplicate submit problem.  Archives will be helpful, look for setting 
token, and/or redirect vs forward.




> 
> Thanks.
> 
> 
> --- Jim Barrows <[EMAIL PROTECTED]> wrote:
> 
> > 
> > 
> > > -----Original Message-----
> > > From: struts lover [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, August 26, 2004 12:14 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Back Button
> > > 
> > > 
> > > Hi :),
> > > 
> > > It gives me the following error.
> > > 
> > > Warning: Page has Expired 
> > 
> > Starting with the obvious:
> > Do you have the page set to expire in the jsp?  Do
> > you have cacheing turned off in the page?
> > 
> > 
> > 
> > 
> > 
> > > 
> > > Thanks.
> > > 
> > > 
> > > 
> > > --- Jim Barrows <[EMAIL PROTECTED]> wrote:
> > > 
> > > > 
> > > > 
> > > > > -----Original Message-----
> > > > > From: struts lover
> > [mailto:[EMAIL PROTECTED]
> > > > > Sent: Thursday, August 26, 2004 12:04 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: Back Button
> > > > > 
> > > > > 
> > > > > Hi,
> > > > > I am developing a web application. There is a
> > > > search
> > > > > page where user enters a search parameter.
> > Then it
> > > > > displays search results. Each search result
> > has a
> > > > > hyperlink to view its details. But when I
> > click,
> > > > on
> > > > > the back button, it gives me error.
> > > > > Any one knows why and how to solve it.
> > > > 
> > > > Well, given you don't say what the error is...
> > We'll
> > > > have to assume the universal problem solver[1]
> > will
> > > > work.
> > > > > Thanks.
> > > >  Your welcome
> > > > 
> > > > 
> > > > [1]No problem is so large that it cannot be
> > solved
> > > > by a suitable application of high explosives.
> > > > 
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > >           
> > > _______________________________
> > > Do you Yahoo!?
> > > Win 1 of 4,000 free domain names from Yahoo! Enter
> > now.
> > > http://promotions.yahoo.com/goldrush
> > > 
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > 
> > > 
> > 
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> > 
> 
> 
> 
>               
> _______________________________
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> http://promotions.yahoo.com/goldrush
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to