Re: Getting unexpected ActionInvocation

2009-12-29 Thread Steve Mitchell
After a little more debugging I see that I am not hitting the RedirectMessageInterceptor from that action. I'm messing around with @Namespace and @InterceptorRefs to see if I can achieve the desired behavior. I must have been seeing a ServletDispatcherResult that was further downstream. On Tue, D

Re: Getting unexpected ActionInvocation

2009-12-29 Thread Wes Wannemacher
Do you have a wildcard configuration in the XML that might be overriding your @Result? I can't remember the exact order of evaluation, but I think Conventions (assuming you're using Conventions, but we'll need version numbers and plugins to know better) is sort of the last-guy-on-the-totem-pole. Y