Hi, I just added a very simple package to my app to test this. The package is defined as follows:
<package name="eco-test" namespace="/test" extends="json-default"> <action name="TestNavigateTo"> <result type="redirectAction"> <param name="actionName">NavigateTo</param> <param name="navigateTo">Enroll1</param> </result> </action> <action name="NavigateTo"> <result>/WEB-INF/jsp/test.jsp</result> </action> </package> It's still failing when I use that action. Any thoughts? 2011/9/8 <jlm...@gmail.com> > Humm, I think I'm going to duplicate the two actions and go step by step > taking out my own additions(as you said Tiles and get back to the default > stack) and see on what moment it works fine. I'll let you know. > > Thanks > > JL > Sent via BlackBerry from T-Mobile > > -----Original Message----- > From: Maurizio Cucchiara <mcucchi...@apache.org> > Sender: maurizio.cucchi...@gmail.com > Date: Thu, 8 Sep 2011 10:44:36 > To: Struts Users Mailing List<user@struts.apache.org> > Reply-To: "Struts Users Mailing List" <user@struts.apache.org> > Subject: Re: Struts 2 WW-1714: "Using the Redirect Action Result with > parameters to the target action causes an OGNL warning" still fails > > Please forget my last mail, I mixed up the action name with the param name. > Anyway I have been able to test your specific use case, using the > blank webapp, and it works like a charm (that is without throwing any > exception). > So, I guess we need to know some further details. > Also, could you try to change the result type from tiles to dispatcher > (the default value), in order to exclude that is something related to > tiles. > > Maurizio Cucchiara > > > > On 7 September 2011 20:35, JOSE L MARTINEZ-AVIAL <jlm...@gmail.com> wrote: > > <result type="tiles">eco.login.navigate-to.screen</result> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >