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]

Reply via email to