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("CheckLoginInterceptor inv, actionName: " + ac.getName());
      return ai.invoke();
  }

Now, how do I get the action's namespace, as defined in its package's
namespace in struts.xml ?

thanks


-- 
Filipe David Manana,
[EMAIL PROTECTED]

Obvious facts are like secrets to those not trained to see them.

Reply via email to