Greetings,

I think that requestDispatcher.forward() interprets a path relative to the
servlet context and response.sendRedirect() takes URL. But in javadoc of
servlet specification 2.2 says that the sendRedirect "sends a temporary
redirect response to the client using the specified redirect location URL".
What means a "temporary" redirect? Is different of
requestDispatcher.forward()? What are the differences of one way and the
other?

thanks.

--
<psalazar/>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to