I have a global exception handler registered, which is itself an action
mapping.  I am trying to ascertain what happened by accessing
ActionContext.getContext().getActionInvocation().getProxy() inside this
action class, but the invocation has now moved on to that of the exception
action!  Is there any way to get the previous invocation so as to discover
what happened?  I see a previous ActionContext in StrutsActionProxy but it's
local to the execute method.
-- 
View this message in context: 
http://www.nabble.com/Global-exceptiion-handler-tp19904923p19904923.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to