|
From: Seth L. <set...@gm...> - 2005-11-15 18:06:59
|
On 11/15/05, Boyce, Keith Garry <Kei...@bc...> wrote: > > Well I need to do something before and after the exception view is > displayed. > > Actually I don't see from the code how interceptors get a handle on > exception. From what I see if exception is raised interceptors are never > called again. Look at afterCompletion, which will be called after any outcome of a handler execution (including if it throws an exception). The only time it won't get called is if preHandle returns true. Seth |