Is your custom interceptor _before_ the exception interceptor in your interceptor stack? If that's the case, then the exception interceptor is not "catching" exceptions from your interceptor because it executes after.
2010/1/12 <mailtolouis2020-str...@yahoo.com>: > Hello, > > I've defined a global exception mapping and global result, when Exception > happen it will go to my custom error page. It work fine in Action if Action > throw any exception. But if my interceptor throw exception, it won't go to my > error page. > > Is there anyway to make it work? > > Thanks > LV --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org