sendRedirect() causes a "call-back" to the client
and returns back with the new page.

> Hi,
>
> I am curious, using JSP and all..is it better to FORWARD to
> another page, or
> use the response.sendRedirect(). I notice a strange side effect
> in using the
> forward in that the URL of the browser no longer reflects the
> page returned
> when using forward. Doesn't seem to be a big deal to me, and I now its
> faster to return a page, then round-robin to the browser and back
> again. Is


ColdJava: java server side programming
http://coldjava.hypermart.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.

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