On Thu, 13 Apr 2000, Tom Gordon wrote:

> 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
Hi Tom I have a similar problem,when I'm using Netscape 4.72 It works very
slow, I think it depends on your server.I'm using Apache+Tomcat,I think
that It is powered to IE.
      Omar Vera.

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

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