|
From: Seth L. <set...@gm...> - 2005-11-15 23:45:19
|
On 11/15/05, Boyce, Keith Garry <Kei...@bc...> wrote:
>
> But that's the whole deal about the exception resolver. We configure the
> interceptors for a particular handler to handle particular use cases and
> we need someway to to intercept just that.. Isn't there a way we can
> implement the interceptor concept for exceptions.
Oops, I misread the description for afterCompletion:
* Callback after completion of request processing, that is,
after rendering
=09 * the view. Will be called on any outcome of handler execution, thus al=
lows
=09 * for proper resource cleanup.
So afterCompletion is after the view rendering. Why this isn't
picking up exceptions thrown by your taglibs, I'm not sure.
Seth
|