Re: Issue with the Browser Cache

2009-03-30 Thread satyanarayana katta
Thanks a lot. It is working fine now. Looks like I had couple of issues. 1. I had specified more values to the response headers than required. 2. Use one get in the work flow. Rgds, Satya 2009/3/30 Paweł Wielgus > Hi Satya, > You can read my post about this matter, > also You can download

Re: Issue with the Browser Cache

2009-03-30 Thread Paweł Wielgus
Hi Satya, You can read my post about this matter, also You can download and run my simple app to see how it works, the link is in the bottom of post. http://poulwiel.blogspot.com/2009/01/browser-back-button-and-caching-problem.html Best greetings, Paweł Wielgus. 2009/3/27 satyanarayana katta : >

Re: Issue with the Browser Cache

2009-03-29 Thread Steven Yang
Hii think you did everything that i did. not sure where is wrong but when you get from the first page to the second, did you use GET or POST? if you use GET please see if your server gets hit again when you press back. if you use POST i believe you should see the page expired thing

Issue with the Browser Cache

2009-03-27 Thread satyanarayana katta
Hi All, We are developing an application with Struts 2.1.6 and tiles 2.0.6. We don't want the browser to cache the pages. I tried all the options and still the browser is caching the pages and when I hit the back button the page gets loaded. Tried Options 1. Wrote an interceptor and added the