----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hey all...
I've got another problem. I'm writing a web application that uses
multiple servlets, and there are instances where I want to run one servlet,
run another servlet, then run the first servlet again (with the output
changing based upon the output from the second servlet, if that makes
sense). The problem I seem to be having is that my servlets don't refresh..
That is, clicking on the link for the servlet brings up the same page that
it did before running the second one. My question is, is there a way to
force the server to go through the complete servlet every time, rather than
using the cached pages? I still need the pages to be cached so users can go
back to them.
Help!!!
Thanks
mike
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]