Re: Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread christoe
Yes, I'm getting the message saying that there are errors on the controller. The strange thing is if I remove the wiring, Struts will complain about not finding any configuration for the "input" result. So it seems as if the configuration is found and used, but something gets in its way. Unfortuna

Re: Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread Aaron Brown
The source for 2.2.3 that appears to apply to this situation can be read here: http://grepcode.com/file/repo1.maven.org/maven2/org.apache.struts.xwork/xwork-core/2.2.3/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.java#144 I referenced line 144 because that's where the doIntercep

Re: Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread christoe
I'm using the restDefaultStack together with my AuthenticationInterceptor (which only checks for a token on the session and when inexistent sends the user to login): //Christoffer Maurizio Cucchiara wrote: > > What interceptor stack are you using? > > Maurizio Cucchiara >

Re: Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread Maurizio Cucchiara
What interceptor stack are you using? Maurizio Cucchiara Il giorno 21/lug/2011 13.56, "christoe" ha scritto: > I think the JIRA issue explains the general setup quite well: > > "After upgrading from 2.2.1.1 to 2.2.3 input validation fails (i.e. invalid > input values), and returns Action.NONE in

Re: Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread christoe
I think the JIRA issue explains the general setup quite well: "After upgrading from 2.2.1.1 to 2.2.3 input validation fails (i.e. invalid input values), and returns Action.NONE instead of Action.INPUT. Log (TRACE-level) doesn't show anything interesting. Completely removing result-definition does

Re: Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread Dave Newton
It'd be easier to diagnose/discuss if we knew more about your config/etc. Dave On Thursday, July 21, 2011, christoe wrote: > Hi, > > Is anyone else experiencing this? I posted a JIRA issue some time ago at > https://issues.apache.org/jira/browse/WW-3654 - but since noone else has > reported prob

Failed validation returns Action.NONE instead of Action.INPUT in Struts 2.2.3

2011-07-21 Thread christoe
Hi, Is anyone else experiencing this? I posted a JIRA issue some time ago at https://issues.apache.org/jira/browse/WW-3654 - but since noone else has reported problems with this (that I can see) I'm wondering if it's me doing something wrong? -- View this message in context: http://struts.104572