RE: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
No, i'm not using any proxy, and I'm still not able to find out how to set 
browser cache option, I was trying, but I could not find that option.


From: "David Friedman" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: RE: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 2 Sep 2003 17:33:27 -0400

Anand,

Is your browser cache setting set to check the page every time,
"automatically", or some other option?  Is your browser set to use a proxy
or cache, or are you behind a transparent (no settings needed as pages are
simply intercepted) corporate proxy server?  Can you try using a HTTPS://
url on this page and skip this error?  Proxy servers cannot cache HTTPS
pages so that would help you determine if a proxy or page-caching server is
intercepting your pages.
Regards,
David
-Original Message-
From: Anand M S [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 5:23 PM
To: [EMAIL PROTECTED]
Subject: Re: Warning: Page has Expired The page you requested was
created using information
but its happening only for few pages, I'm sure I did not configured in
struts-config.xml.
Thanks,
Anand


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
Yep, Thats right, I'm using 


From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 17:33:47 -0400

Are the pages where this is happening the ones that are using form posts?  
I believe that post is the default when you use the  tag.

Matt

Anand M S wrote:

but its happening only for few pages, I'm sure I did not configured in 
struts-config.xml.

Thanks,
Anand

From: Adam Hardy <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 23:06:23 +0200

Sometimes the meta tags are in the page header with cookies etc so you 
don't see them in the source code. For instance, struts can be configured 
to do this for all pages in a webapp.

On 09/02/2003 09:56 PM Anand M S wrote:

I'm not sure how to enable or disable the caching from browser, even if 
its disabled, the behaviour should be the same for all the pages, but 
only few pages I'm getting this messages.


From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 15:40:28 -0400

Do you have the browser's cache disabled in your browser?  If that's 
not  what's causing the message then I'm stumped :)

Matt

Anand M S wrote:

I looked into code, I did not have any meta tags in my code, but still 
the cache is disabled.

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" 
<[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:26:46 -0400

Here is the beginning of one of my web pages...


 
  
  
  
  
EBS Plans & Programs - Link Detail View

  
 

Matt

Anand M S wrote:

Thanks for your reply Matt. Please can you provide code sample of 
meta tags.

Thanks,
Anand

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" 
<[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags 
that specify to the web browser that cacheing of the web page 
shoudl be disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and 
if I come back using browser back button browser displaying the 
following message, but it not consistent all the times, please can 
anybody tell when the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-

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

--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-

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

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
so how to fix this problem, meta tags will be added automatically to the 
header? but the its happening only for few pages of the app.


From: Adam Hardy <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 23:06:23 +0200

Sometimes the meta tags are in the page header with cookies etc so you 
don't see them in the source code. For instance, struts can be configured 
to do this for all pages in a webapp.

On 09/02/2003 09:56 PM Anand M S wrote:
I'm not sure how to enable or disable the caching from browser, even if 
its disabled, the behaviour should be the same for all the pages, but only 
few pages I'm getting this messages.


From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 15:40:28 -0400

Do you have the browser's cache disabled in your browser?  If that's not  
what's causing the message then I'm stumped :)

Matt

Anand M S wrote:

I looked into code, I did not have any meta tags in my code, but still 
the cache is disabled.

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:26:46 -0400

Here is the beginning of one of my web pages...


 
  
  
  
  
EBS Plans & Programs - Link Detail View

  
 

Matt

Anand M S wrote:

Thanks for your reply Matt. Please can you provide code sample of meta 
tags.

Thanks,
Anand

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" 
<[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags that 
specify to the web browser that cacheing of the web page shoudl be 
disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and 
if I come back using browser back button browser displaying the 
following message, but it not consistent all the times, please can 
anybody tell when the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

-
To unsubscribe, e-mail: [EMAIL PRO

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
but its happening only for few pages, I'm sure I did not configured in 
struts-config.xml.

Thanks,
Anand

From: Adam Hardy <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 23:06:23 +0200

Sometimes the meta tags are in the page header with cookies etc so you 
don't see them in the source code. For instance, struts can be configured 
to do this for all pages in a webapp.

On 09/02/2003 09:56 PM Anand M S wrote:
I'm not sure how to enable or disable the caching from browser, even if 
its disabled, the behaviour should be the same for all the pages, but only 
few pages I'm getting this messages.


From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 15:40:28 -0400

Do you have the browser's cache disabled in your browser?  If that's not  
what's causing the message then I'm stumped :)

Matt

Anand M S wrote:

I looked into code, I did not have any meta tags in my code, but still 
the cache is disabled.

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:26:46 -0400

Here is the beginning of one of my web pages...


 
  
  
  
  
EBS Plans & Programs - Link Detail View

  
 

Matt

Anand M S wrote:

Thanks for your reply Matt. Please can you provide code sample of meta 
tags.

Thanks,
Anand

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" 
<[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags that 
specify to the web browser that cacheing of the web page shoudl be 
disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and 
if I come back using browser back button browser displaying the 
following message, but it not consistent all the times, please can 
anybody tell when the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
I'm not sure how to enable or disable the caching from browser, even if its 
disabled, the behaviour should be the same for all the pages, but only few 
pages I'm getting this messages.


From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 15:40:28 -0400

Do you have the browser's cache disabled in your browser?  If that's not  
what's causing the message then I'm stumped :)

Matt

Anand M S wrote:

I looked into code, I did not have any meta tags in my code, but still the 
cache is disabled.

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 14:26:46 -0400

Here is the beginning of one of my web pages...


 
  
  
  
  
EBS Plans & Programs - Link Detail View

  
 

Matt

Anand M S wrote:

Thanks for your reply Matt. Please can you provide code sample of meta 
tags.

Thanks,
Anand

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was 
created using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags that 
specify to the web browser that cacheing of the web page shoudl be 
disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and if 
I come back using browser back button browser displaying the following 
message, but it not consistent all the times, please can anybody tell 
when the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
I looked into code, I did not have any meta tags in my code, but still the 
cache is disabled.

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 14:26:46 -0400

Here is the beginning of one of my web pages...


 
  
  
  
  
EBS Plans & Programs - Link Detail View

  
 
Matt

Anand M S wrote:

Thanks for your reply Matt. Please can you provide code sample of meta 
tags.

Thanks,
Anand

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags that 
specify to the web browser that cacheing of the web page shoudl be 
disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and if I 
come back using browser back button browser displaying the following 
message, but it not consistent all the times, please can anybody tell 
when the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
I do not have any meta tags,  but still my browsers cache is disabled in 
some cases.

Thanks.


From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags that 
specify to the web browser that cacheing of the web page shoudl be 
disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and if I 
come back using browser back button browser displaying the following 
message, but it not consistent all the times, please can anybody tell when 
the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
Thanks for your reply Matt. Please can you provide code sample of meta tags.

Thanks,
Anand

From: "Sgarlata Matt" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Warning: Page has Expired The page you requested was created 
using information
Date: Tue, 02 Sep 2003 14:09:23 -0400

I think that happens when you combine a form POST with meta tags that 
specify to the web browser that cacheing of the web page shoudl be 
disabled.

Matt

Anand M S wrote:

Hi All,
Its not related to struts, but I need help. If I submit a form and if I 
come back using browser back button browser displaying the following 
message, but it not consistent all the times, please can anybody tell when 
the browser displays the following message.

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.

Thanks,
Anand
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Matthew Sgarlata
Senior Consultant
Booz Allen Hamilton Inc.
Work: 703-377-0871
Fax: 703-902-3608
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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