According to IBM, the way to prevent caching for JSPs in IE 5.0 is to use the
following scriptlet in your JSP.
It works better than the meta tags in HTML.
<% response.setHeader("Pragma","No-cache");
response.setDateHeader("Expires",0);
response.setHeader("Cache-Control", "no-cache"); %>
Hope this helps.
-Mark-
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html