Yes.
Try the HttpServletRequest.getRequestURI() and
HttpServletRequest.getQueryString() or something like
that.
--On Thursday, October 13, 2005 11:15 PM +1000 Kyle <[EMAIL PROTECTED]> wrote:
Aren't these just ServletRequest parameters, so request.getParameter(string)
should do it shouldn't it
The solution proposed by David is convenient in some cases, but if my
servlet makes a forwarding to a .jsp then it doesn't work.
cristi
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 poss
EMAIL PROTECTED]
Sent: Thursday, October 13, 2005 9:16 AM
To: Tomcat Users List
Subject: Re: The query string
Aren't these just ServletRequest parameters, so
request.getParameter(string) should do it shouldn't it?
cristi wrote:
>
> Hello all
>
>
> If a client makes the
Aren't these just ServletRequest parameters, so
request.getParameter(string) should do it shouldn't it?
cristi wrote:
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 acce
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.getRequestUR