You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Hartrich, James CTR USTRANSCOM J6" <Ja...@ustranscom.mil> on 2008/03/26 13:49:36 UTC

interceptor throwing global exception

I'm struggling with configuring struts.xml global-results and
global-exception-mappings for any exception thrown from an interceptor. 
What do I need to do to keep a request out of my action and instead go to
the configured global-result?
 
James