Re: redirectAction: different behaviour depending on the name of the result

2017-06-29 Thread i...@flyingfischer.ch
> 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 > You are right! It's been an issue with myParam and not the architecture. Shame... It wo

Re: redirectAction: different behaviour depending on the name of the result

2017-06-29 Thread Christoph Nenning
> > 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. > > > login > ${myParam} > > > Called in action as: return "redirectToLogin"; > > => myParam gets transmitte

redirectAction: different behaviour depending on the name of the result

2017-06-29 Thread i...@flyingfischer.ch
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. login ${myParam} Called in action as: return "redirectToLogin"; => myParam gets transmitted as expected.