Re: Interceptor result control

2011-11-24 Thread Dave Newton
Yep! The result has already been rendered by the time `invoke()` returns. [1] Dave [1] http://struts.apache.org/2.x/docs/writing-interceptors.html 2011/11/24 Torben Hedstrøm > Hi... > > How do I control the result from within my Interceptors ?. > > -I have defined : > > > >

Interceptor result control

2011-11-24 Thread Torben Hedstrøm
Hi... How do I control the result from within my Interceptors ?. -I have defined : /err.jsp So to test things... public class ExceptionInterceptor impl