Re: Forcing JSP reloading, avoiding IE caching of it

2005-10-22 Thread Christian Bollmeyer
Hi, you may want to check out these first: http://support.microsoft.com/kb/234067/EN-US/ http://support.microsoft.com/kb/222064/EN-US/ Then, IE understands extended HTTP/1.1 Cache-Control headers that the directive doesn't issue. For testing, add the following line to the top of your JSP: <%

Re: Forcing JSP reloading, avoiding IE caching of it

2005-10-21 Thread bradyh
I ran into a related problem recently that could be worked around by switching the "Check for newer versions of stored pages" setting in IE from "Every visit to the page" to "Automatic". As described here: http://www.microsoft.com/windows/ie/using/howto/customizing/clearcache.mspx However that's

Re: Forcing JSP reloading, avoiding IE caching of it

2005-10-21 Thread Keith Sader
You can't really force the browser to do anything, but you can hint it with the following: http://www.jguru.com/faq/view.jsp?EID=377 best of luck, On 10/21/05, C.F. Scheidecker Antunes <[EMAIL PROTECTED]> wrote: > Hello all, > > I have a struts app that works great on Firefox, however when I use

Forcing JSP reloading, avoiding IE caching of it

2005-10-21 Thread C.F. Scheidecker Antunes
Hello all, I have a struts app that works great on Firefox, however when I use IE I have problems with it. I guess that IE caches the JSP page. So when the action sends the data to the JSP I always have the same thing. So I read about it and found that if you add on the struts-config.xml it