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 <nocache> directive doesn't issue. For testing, add
the following line to the top of your JSP:
<%
response.addHeader("Cache-Control", "post-check=0, pre-check=0");
%>
HTH,
-- Chris.
C.F. Scheidecker Antunes schrieb:
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
<controller nocache="true"/> it would
solve the issue. Well it does not solve it in its entirely.
I would like to ask if I could have something on the JSP or the HTML
part of it to force reloading by IE.
Any suggestions?
Thanks,
C.F.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]