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 <[email protected]>
> 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 <[email protected]>
> Sender: [email protected]
> Date: Thu, 8 Sep 2011 10:44:36
> To: Struts Users Mailing List<[email protected]>
> Reply-To: "Struts Users Mailing List" <[email protected]>
> 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 <[email protected]> wrote:
> > <result type="tiles">eco.login.navigate-to.screen</result>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>