There is a simple way...
don't call request.getParameter
otherwise the post-stream will be read.
and read it by youself (request.getInputStream or something like that..
and parse the string yourself)

Krzysztof Zielinski wrote:

> Hello Filip,
>
> Tuesday, March 27, 2001, 7:24:27 PM, you wrote:
>
> FH> public java.lang.String getQueryString()
> FH> in HTTPServletRequest and you can parse them yourself
>
> I'm afraid that parameters passed by the help method="post" in HTML
> Form aren't available by getQueryString().
>
> I can't use method="get" in HTML Form.
>
> --
> Best regards,
>  Krzysztof                            mailto:[EMAIL PROTECTED]
>   ICQ # 47933362

Reply via email to