I am wondering how I can use the Struts2 wildcard feature to redirect users to another action based on the return value: struts.xml: Action: In some cases, return result SUCCESS or INPUT is valid, but in all other cases I want the exact string that I return be used as the redirect location. If I replace my struts.xml to: Then