Re: Validation stack name

2012-07-18 Thread Łukasz Lenart
2012/7/19 Paul Benedict : > http://struts.apache.org/2.3.4/docs/validation.html > says: > "The default interceptor stack, "defaultStack", already has validation > turned on." > > Is that the right stack name? I thought the default stack name was > "struts-default" > > Is this an error in the doc or

Re: Validation stack name

2012-07-18 Thread Dave Newton
That's the package, not the stack. (pardon brevity, typos, and top-quoting; on cell) On Jul 18, 2012 9:20 PM, "Paul Benedict" wrote: > http://struts.apache.org/2.3.4/docs/validation.html > says: > "The default interceptor stack, "defaultStack", already has validation > turned on." > > Is that th

Validation stack name

2012-07-18 Thread Paul Benedict
http://struts.apache.org/2.3.4/docs/validation.html says: "The default interceptor stack, "defaultStack", already has validation turned on." Is that the right stack name? I thought the default stack name was "struts-default" Is this an error in the doc or my misunderstanding? Paul -

Re: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-18 Thread Miguel
Also REST doesn't work in 2.3.3 and 2.3.4. Not even the rest-showcase war. Si quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco Sobrino On Sun, Jul 15, 2012 at 12:46 PM, ekstse wrote: > sorry that i do not aware that attachment is not valid sorry about > that > > i giv

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