Hi!
Add the following lines of code to your servlet ( not the html template )
res.setHeader("Cache-Control", "no-store");
res.setDateHeader("Expires", 0);
where res is an object of HttpResponse
That should work
Sanjiv
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html