Hi
In the latest snapshot, if declared in the web.xml:
<init-param>
<param-name>mapping</param-name>
<param-value>org.apache.struts.action.SecureActionMapping</param-value>
</init-param>
How do I get this Mapping in code?
I tried:
SecureActionMapping mapping =
(SecureActionMapping)getApplicationConfig(request).getProcessor().processMap
ping(request, response, path);
but it returns ActionMapping which causes a ClassCastException.
Can anyone assist?
Keith
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>