Re: response.sendRedirect(...) is taking page from cache

2001-06-19 Thread S.Niranjan Kumar
out.println(""); Regards, Niranjan. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Duane Morse Sent: Wednesday, June 20, 2001 12:49 AM To: [EMAIL PROTECTED] Subject: Re: response.sen

Re: response.sendRedirect(...) is taking page from cache

2001-06-19 Thread Duane Morse
D] Subject: response.sendRedirect(...) is taking page from cache I have a page that submits a request to a servlet and on certain conditions the servlet performs a response.sendRedirect(...) right back to itself. Is there anyway to force the browser to not grab the page from cache. I have the