Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread Lukasz Lenart
2013/7/18 David Greene : > Unfortunately, I don't really have much more information to go on. What > other information might be helpful to debug this? > > note: this is Struts 2.3.15 and Spring 3.2.3 > > Prior to adding Struts2-Spring plugin & Spring, the Actions were all happy. Have you changed

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread David Greene
Unfortunately, I don't really have much more information to go on. What other information might be helpful to debug this? note: this is Struts 2.3.15 and Spring 3.2.3 Prior to adding Struts2-Spring plugin & Spring, the Actions were all happy. Ideas? Thanks! On Wed, Jul 17, 2013 at 5:59 PM, D

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread Dave Newton
Without further info it's difficult to help. Sounds like validation or type conversion is failing. Dave On Wed, Jul 17, 2013 at 6:38 PM, David Greene wrote: > Afternoon everyone, > > I've recently installed the struts2-spring plugin and everything seems to > be working as expected from the S

Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread David Greene
Afternoon everyone, I've recently installed the struts2-spring plugin and everything seems to be working as expected from the Spring perspective; however, Struts actions now require an "input" result to be defined when there was not one before. I have no idea why this is the case, but I would rat