Re: Struts2 RedirectAction Situation

2012-07-18 Thread Hernán
Ok Lukasz, understood. Thank you. On Wed, Jul 18, 2012 at 5:15 AM, Łukasz Lenart wrote: > 2012/7/17 Hernán : > > It seems that using a String bean and using > > struts.objectFactory.spring.autoWire=auto in struts.properties > > wires the String to every parameter of ServletActionRedirectResult b

Re: Struts2 RedirectAction Situation

2012-07-18 Thread Łukasz Lenart
2012/7/17 Hernán : > It seems that using a String bean and using > struts.objectFactory.spring.autoWire=auto in struts.properties > wires the String to every parameter of ServletActionRedirectResult by > constructor. Is this a struts2 bug? It's rather a user's bug ;-) http://struts.apache.org/2.x

Re: Struts2 RedirectAction Situation

2012-07-17 Thread Hernán
27;importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > From: jmoc...@velti.com > To: user@struts.apache.org > Subject: Re: Struts2 Re

RE: Struts2 RedirectAction Situation

2012-07-13 Thread Martin Gainty
contenu fourni. From: jmoc...@velti.com To: user@struts.apache.org Subject: Re: Struts2 RedirectAction Situation Date: Fri, 13 Jul 2012 17:58:45 + Hi Hernán, I encountered the same problem as what you are describing. I just figured out the cause for me, which appears to

Re: Struts2 RedirectAction Situation

2012-07-13 Thread Joseph Mocker
Hi Hernán, I encountered the same problem as what you are describing. I just figured out the cause for me, which appears to be a String bean I have instantiated in my Spring applicationContext.xml >From trudging around debug logs it appears Spring is autowiring this by-type >as

Struts2 RedirectAction Situation

2012-07-11 Thread Hernán
Some days ago I wrote about a problem I had with struts2. As nobody knew the answer, I solved it but then I forgot to comment about it. So I'll do it now. I upgraded a Struts2, Spring, Hibernate Application to the latest version of struts2 2.3.4, that's way I also upgraded it's corresponding Spring