You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Bailey, Shane C." <SH...@saic.com> on 2003/05/22 17:42:00 UTC

Easy Servlet question

 

I forget how to retrieve the part of the URL from

mapping all the way to the end.

 

http://test.com/app/test.do?method=testMethod
<http://test.com/app/test.do?method=testMethod> &anything=else

 

I would like to retrieve "/test.do?method=testMethod&anything=else"