Re: Page does not refresh after action

2006-06-13 Thread Rizwan Merchant
ctually getting sent back and forth from your browser? How about putting a breakpoint in the page and checking the values using a debugger. -Richard -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 3:18 PM To: Struts Users Mailing List Subjec

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"%>

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
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"%>

RE: Page does not refresh after action

2006-06-12 Thread Yee, Richard K CTR DMDC
Try putting this in your of your jsp -Richard -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED] 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

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", order

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 ca

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 . 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" button next to it an

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
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 cancel button, the page rel

Re: Page does not refresh after action

2006-06-11 Thread Richard Yee
Riz. Have you set the headers in the page to tell the browser not to cache the page? -Richard Rizwan Merchant wrote: Hi, I have a page with a bunch of orders, and each order has a "Cancel" button next to it and the status text of that order. When I cancel a particular order, the appropriat

RE: Page does not refresh after action

2006-06-09 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]