"Adress, David S." wrote:
> I was wondering if anyone can help. I have tomcat server 3.1 running a
> servlet and jsp page.
> I have a servlet calling a jsp page with the redirect method. I've put the
> required meta tags on the jsp page  so the page should not cache. However,
> the page is still caching. In order for my page to display the proper
> results I need to have my browser reload. Are there any setups that need to
> be done to Tomcat or do I need to have a web server running also????

I've come to the conclusion that Internet Explorer is way beyond broken when
it comes to _NOT_ cache a page. Therefore, I've solved the problem by sending
a query parameter containing a random value to every page I don't want to have
cached - it will get cached, but the new URL will be different so IE will
still reload it...

If you're using <meta http-equiv="refresh" ...>, I believe adding a bogus
request parameter to your query string in the URL to redirect to might solve
your problem...

Of course, this is just treating symptoms and not curing anything, but at
least it works... :/

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
Music: http://www.mp3.com/Leak --- Work: http://www.ssw.uni-linz.ac.at
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
np: Biosphere - Le Grand Dome (Cirque)

Reply via email to