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

Getting unexpected ActionInvocation

2009-12-29 Thread Steve Mitchell
I’m doing a redirect with annotations: @Result(name = “success”, type=”redirect”, location=”home.action”), however, the resulting ActionInvocation is a ServletDispatcherResult instead of ServletRedirectResult. This is an issue because I'm attempting to use the RedirectMessageInterceptor which expe