> > 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 >
This may have other reasons. Is there a value for myParam in every case? What have you configured for struts.url.includeParams? Regards, Christoph This Email was scanned by Sophos Anti Virus