I had the same problem. Mozilla usually doesn't give me any trouble, but
Internet Explorer caches far too much information to remain accurate. So
if you want a .jsp page to be re-processed every time it is requested, you
must force IE to do it with ALL THREE of the following directives inserted
between the <head></head> tags.
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Pragma" CONTENT="no-cache">
---------------------
Dan Nolan
Nuvation Labs.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets