public String intercept(ActionInvocation invocation) throws Exception {
ActionConfig config = invocation.getProxy().getConfig();
final Map<String, String> parameters = config.getParams();
...
}
On Sun, Nov 15, 2009 at 3:25 PM, Chris Cranford <[email protected]> wrote:
> If you have action parameters defined in your struts.xml for a
> particular action, is there anyway that when the interceptor for the
> action's intercept method is called that for that given action, the
> param values can be iterated over from struts.xml ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]