How do I get back the URL with which the page was called?  For example, if
the request looked like this:

http://www.testServer.com/mainPage.jsp?arg=2&arg=3

I would like to get back the /mainPage.jsp?arg=2&arg=3 part.  I know I can
call request.getRequestURI() and concat that with request.getQueryString(),
but I was hoping that there would be a more elegant (tag/bean) solution to
do this.

Thanks.

-AP_
www: http://www.alexparansky.com


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

Reply via email to