cristi a écrit :

>
> Hello all
>
>
> If a client makes the following request to a servlet container :
>
> http://localhost:8080/cont/admin/page.jsp?doc=1002003&id=ZTJ006P1005
>
> is it possible to have access to this string directly ?


I am not sure. The best i know about is:
request.getRequestURL().append("?").append(request.getQueryString()).toString()

>
> Thx
> Cristi
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to