RE: Page does not refresh after action

2006-06-13 Thread Yee, Richard K CTR DMDC
:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 3:18 PM To: Struts Users Mailing List Subject: Re: Page does not refresh after action Hi Richard, I tried this and it still doesnt work..here is a snippet from my jsp.. Not sure why this wont work..!! %@ include file=/taglibs.jsp% head meta http

Re: Page does not refresh after action

2006-06-13 Thread Rizwan Merchant
] Sent: Monday, June 12, 2006 1:34 PM To: Struts Users Mailing List Subject: Re: Page does not refresh after action Hi, I tried setting the response headers in the action before forwarding to the appropriate jsp page...but the pages are still cached for some reason...here is what i did..please can

Re: Page does not refresh after action

2006-06-12 Thread Michael Jouravlev
Do the pages have the same URL? Set no-cache response header either individually for that page, or globally for a whole Struts application using controller nocache=true/. On 6/9/06, Rizwan Merchant [EMAIL PROTECTED] wrote: Hi, I have a page with a bunch of orders, and each order has a Cancel

Re: Page does not refresh after action

2006-06-12 Thread Albert L. Sapp
Rizwan Merchant wrote: Hi Manoj, Thanks for the response. This happens with both FF and IE. I am not sure I understand your question Also where are u persisting the order (session db ..where)that you change in the action that is not reflected in the forwarded page. When I click on the

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
Hi, I tried setting the response headers in the action before forwarding to the appropriate jsp page...but the pages are still cached for some reason...here is what i did..please can you tell me what I am doing wrong. Thanks. In the action method... request.setAttribute(orders,

RE: Page does not refresh after action

2006-06-12 Thread Yee, Richard K CTR DMDC
To: Struts Users Mailing List Subject: Re: Page does not refresh after action Hi, I tried setting the response headers in the action before forwarding to the appropriate jsp page...but the pages are still cached for some reason...here is what i did..please can you tell me what I am doing wrong

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
, 2006 1:34 PM To: Struts Users Mailing List Subject: Re: Page does not refresh after action Hi, I tried setting the response headers in the action before forwarding to the appropriate jsp page...but the pages are still cached for some reason...here is what i did..please can you tell me what I

RE: Page does not refresh after action

2006-06-10 Thread manoj.tripathi
What browsers are you working on... Try it on firefox as well Also where are u persisting the order (session db ..where)that you change in the action that is not reflected in the forwarded page Cheers -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED]