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 <cranc...@gmail.com> 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: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

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

Reply via email to