You have to parse it.  Something like this:

String requestUri = request.getRequestURI();
String resourceName = requestUri.substring(requestUri.lastIndexOf("/"),
requestURI.length-1);


On 7/28/06, mosho <[EMAIL PROTECTED]> wrote:



Hi All,

I am using struts 1.1 I need to get the process.do from the url.

For example if I have
http://11.1.30.222:1001/testproject/process.do

By using getRequestURI(), I can get /testproject/process.do but I just
need
process.do.
Is there any way to get this?

Thanks
--
View this message in context:
http://www.nabble.com/Question-regarding-getRequestURI%28%29-tf2016924.html#a5544941
Sent from the Struts - User forum at Nabble.com.


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


Reply via email to