You mean the param value for actionName? But that's the name of the action where the user is redirected.
<result name="enroll" type="redirectAction"> <param name="actionName">NavigateTo</param> <param name="navigateTo">Enroll</param> </result> <action name="NavigateTo"> <interceptor-ref name="defaultStack"/> <interceptor-ref name="SystemAvailableInterceptor"/> <result type="tiles">eco.login.navigate-to.screen</result> </action> Any case, I just tried to lower the actionName to "navigateTo", but it gives the same error(It navigates correctly, is just that annoying log). Thanks JL 2011/9/7 Maurizio Cucchiara <mcucchi...@apache.org> > Does anything change if you change to lower the param name?: > <param name="actionName">navigateTo</param> > Maurizio Cucchiara > > > > On 7 September 2011 15:56, JOSE L MARTINEZ-AVIAL <jlm...@gmail.com> wrote: > > NavigateTo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >