While redirect?  You could do the parameters as request attributes and use a
dispatcher...

--mikej
-=-----
mike jackson
[EMAIL PROTECTED]

> -----Original Message-----
> From: Tam, Michael [mailto:mtam@;PFC.Forestry.CA]
> Sent: Friday, November 01, 2002 4:13 PM
> To: Tomcat UserList (E-mail)
> Subject: Servlet redirection problem
>
>
> Hi all,
>
> I am running Tomcat 4.1.12 + Apache 1.3.27 with mod_webapp on Win2k pro
> machine.  I have a doPost() in a servlet which at the end would
> redirects to
> a url with a query string (e.g.
> newurl?VALUE1=abc&VALUE2=def) by calling respond.sendRedirect().
>
> The servlet did redirect to the target url but the query string is
> scrambled.  From the given example, my resulting url becomes --->
> newurl?value1=abc&value2=d&VAULE1=abc&VALUE2=def  [Please pay attention to
> the case the parameters].  It seems like I have a addition query string
> (with incomplete value) attach to the url before my original url.
>
>
> Any input would be appreciated. Thank you.
>
> Regards,
> Michael
>
>
> ------------------------------------------------------------------
> ----------
> -----------------------------------------------
> Michael Tam - NFI Database Developer                           Natural
> Resources Canada
> [EMAIL PROTECTED]                           Pacific Forestry
> Center
> Phone: (250) 363-8074                                         506
> West Burnside
> Road
> Fax:     (250) 363-0775                                       Victoria, BC
> V8Z 1M5
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to