It works! :)
Thank you.
On 12/20/07, Omkar patil <[EMAIL PROTECTED]> wrote:
>
> Filipe,
>
> Try this in the intercept method - ai.getProxy().getNamespace()
> (where ai is the ActionInvocation instance being passed in into the
> intercept method)
>
> - Omkar
>
> Filipe David Manana wrote:
> > Hi,
>
Filipe,
Try this in the intercept method - ai.getProxy().getNamespace()
(where ai is the ActionInvocation instance being passed in into the
intercept method)
- Omkar
Filipe David Manana wrote:
Hi,
In an Interceptors intercept method I am able to get the associated action's
name, through th
Hi,
In an Interceptors intercept method I am able to get the associated action's
name, through the ApplicationContext:
public String intercept(ActionInvocation ai) throws Exception
{
com.opensymphony.xwork2.ActionContext ac = ai.getInvocationContext();
log.info("CheckLoginIntercep
3 matches
Mail list logo