RE: [S2] How to get the requested path from an interceptor

2007-08-23 Thread Phillip Grenier
attributes.put( "GOING_TO", urlGoingTo); -Original Message- From: Célio Cidral Junior [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 3:52 PM To: Struts Users Mailing List Subject: [S2] How to get the requested path from an interceptor Is it possible to get the

[S2] How to get the requested path from an interceptor

2007-08-23 Thread Célio Cidral Junior
Is it possible to get the requested path from inside an interceptor? For instance, the following url was requested: http://myhost:8080/mywebapp/private/admin/json/companies.action So, from the interceptor, how can I get the "/private/admin/json/companies.action" part from that url? I searched acr