Andy wrote: > it appears that the Exception interceptor will fire after > the Result has completed, which would theoretically catch > any exceptions thrown by the JSP.
It's not that it fires "after" the result is completed, it's that everything happens *within* the interceptors: they're wrapped around the result (that's why there are PreResultListeners, in fact).
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org