I think you could use:
public String intercept(ActionInvocation invocation){
   invocation.getProxy().getNamespace();
...
Regards,

Sven

Michael Obster schrieb:
Hi,

is there a way to get the namespace of an invoked action in an interceptor?
I don't find a way to do that :-(. Anyone has an idea for this problem?

The point is I want to check the users role in the interceptor whether the user is allowed to call the action.

Regards,
Michael


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

Reply via email to