Bartsch Axel wrote:

> Exactly.
>
> Thats why I would prefer to use solution 2:
> within servlet1:
> instead of forwarding the request (using the RequestDispatcher) send a response 
>using response.sendRedirect(String <url of servlet2>).
> Then the browser will resend its request to the correct URL of servlet2
>
> Will the same parameters included in the browsers original request be resend also in 
>the browsers 'redirect' request?
>
> Axel              Lannion/France
> [...]

Hi :-) I am not sure, from several emails and my work, I think the
original parameters:

- will be lost after sendRedirect(...)
- will be "remembered :-)" after RequestDispatcher

if it is wrong, please correct it, thanks :-)

Bo
May.18, 2001

___________________________________________________________________________
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