I have an Action defined as:

  <action 
      path="/myaction/**"  
      type="...MyAction"/>
      
Within the Action class itself I want to get at the path attribute, i.e. 
/myaction/**.  

I can get the requested path, for example /myaction/somepath/xxx.do via 
actionMapping.getPath() but not the original path to which the action was 
mapped (/myaction/**).  Is there any way I can get at this?

Thanks in advance.


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

Reply via email to