In a jsp page, I want to redirect the user to the next page, after a
form submit using POST.

I am using response.sendRedirect(newURL).

This works fine in Internet Explorer 5, but in Navigator 4.7.2, it takes
about 20 seconds or so before the browser goes to the next page.

Has anyone encountered this before?  Is this a Navigator problem, or is
a servlet not flushing data?  I'm using the 2.0 servlet api, so I can't
call flushBuffer() myself.

My setup:
 - Windows 2000
 - Apache, JServ, GNUJSP

Note:  I also tried writing a javascript line, "location = newURL", and
also "reload(newURL)".  Both of these had the same effect.

Thanks,
Tom

===========================================================================
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

Reply via email to