struts-user mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From Alan Pocklington <...@pocko.freeserve.co.uk>
Subject [REPOST] Get Raw Action Path.
Date Fri, 15 Oct 2004 14:24:15 GMT
I have an Action defined as:

  <action 
      path="/myaction/**"  
      type="...MyAction"/>
      
Within the Action class itself I want to get at the path attribute as 
defined in the config file, 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.  Is there any way I can get at this?

Thanks in advance. 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Mime
View raw message