I'm using the RedirectMessageInterceptor from http://glindholm.wordpress.com/2008/07/02/preserving-messages-across-a-redirect-in-struts-2. In the first application I used it in, which is a "standard out of the box" struts 2 application it works as expected.
I'm now using it in a project that uses the Spring plugin for some of my class instantiation and the interceptor never fires. I've added logging to the code in the Constructor and in the doIntercept method. In the first instance I see the constructor message and for every action called I see the doIntercept() messages. In the second case, I see the Constructor messages logged, so Struts/Spring is seeing it, but the doIntercept() method never fires. Has anyone seen anything like this before who could suggest what to check next? Regards -- View this message in context: http://old.nabble.com/Odd-Interceptor-Behaviour-with-Spring-Plugin-%28possibly%29-tp28387977p28387977.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org