How To Get At Action Path?

2004-10-08 Thread Alan Pocklington
I have an Action defined as: 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. Is there an

How to get at Action Path?

2004-10-08 Thread Alan Pocklington
I have an Action defined as: 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/**