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 expects a ServletRedirectResult. Why would
@Result type "redirect" result in a ServletDispatcherResult ?

Steve Mitchell
http://www.ByteworksInc.com

Reply via email to