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?

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 access to this string directly ?

Thx
Cristi


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

Reply via email to