I suppose that you refer to doing something like this:

ModuleConfig module = ModuleUtils.getInstance().getModuleConfig(request);
ActionMappingAplicacionWeb map = (ActionMappingAplicacionWeb) module.findActionConfig("FormularioCrearDocumento");

It returns null, I don't know why.
Any help?

Thanks,
Jorge.

Hubert Rabago escribió:

Try ModuleUtils.getInstance().findActionConfig("actionB");

Hubert

On 5/23/05, Jorge Chacón Souto <[EMAIL PROTECTED]> wrote:
Hi.

Anybodoy knows how can I access the action B's ActionMapping from the
Action A (a preprocessing filter that is executed before every action) ?
I have to do that because I need to read the properties of many actions
in the filter, to check if the user can execute those actions.
I've tried the method
ConfigHelper.*getActionMapping*(java.lang.String path), but it returns
null because it's not implemented yet.
In Struts 1.0 there was a ActionServlet.findmapping method.

Thanks,
Jorge.


---------------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to