Re: action namespace

2007-12-20 Thread Filipe David Manana
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, >

Re: action namespace

2007-12-20 Thread Omkar patil
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