No big deal and probably not related to 2.5.11. Is this on purpose: redirectAction behaves differently depending on the name of the result.
<result name="redirectToLogin" type="redirectAction"> <param name="actionName">login</param> <param name="myParam">${myParam}</param> </result> Called in action as: return "redirectToLogin"; => myParam gets transmitted as expected. <result name="input" type="redirectAction"> <param name="actionName">login</param> <param name="myParam">${myParam}</param> </result> Called in action as: return INPUT; => myParam does not get transmitted. Markus --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org