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 christoe
aurizio Cucchiara > > Il giorno 21/lug/2011 13.56, "christoe" <christof...@enqvi.st> 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 &g

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

2011-07-21 Thread christoe
agnose/discuss if we knew more about your config/etc. > > Dave > > On Thursday, July 21, 2011, christoe <christof...@enqvi.st> wrote: >> Hi, >> >> Is anyone else experiencing this? I posted a JIRA issue some time ago at >> https://issues.apache.org/jira/brows

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

Re: [REST-PLUGIN] Model not updated on JSON/XML post

2011-05-19 Thread christoe
For future reference and/or if someone else is troubled by this in the future the solution to both of these problems seems to be that I by mistake defined my application to use defaultStack rather than restDefaultStack. -- View this message in context: http://struts.1045723.n5.nabble.com/REST-PLU

[REST-PLUGIN] Model not updated on JSON/XML post

2011-05-16 Thread christoe
Hi, I've developed a solution based on Struts2 and the REST-plugin. Recently I noticed that it's not possible for me to POST/PUT anything to any controller. GET works fine, both jsp/xhml and json/xml. It's also possible to update the model using a form in a jsp. I'm not getting any errors and eve