Re: OGNL making me nutty

2015-03-27 Thread Lukasz Lenart
It's a conversion/validation error that's why Struts is looking for "input" result - Struts cannot convert incoming String into BigDecimal Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-03-27 0:05 GMT+01:00 Ellson, Jared : > Hi All, > > I have a simple struts action class cal

Re: OGNL making me nutty

2015-03-26 Thread Kiran Badi
Please check if the html of view layer has if any incomplete tags. Sometimes due to incomplete tags it never reaches action On Thursday, March 26, 2015, Ellson, Jared wrote: > Yes: > > public String action() throws Exception { > > > On Thu, Mar 26, 2015 at 5:41 PM, Ken McWilliams > > wrote: > >

Re: OGNL making me nutty

2015-03-26 Thread Ellson, Jared
Yes: public String action() throws Exception { On Thu, Mar 26, 2015 at 5:41 PM, Ken McWilliams wrote: > Is there a method in gov.usbr.mechdb.struts.GovernorAction class called > "action" which takes nothing and returns a String? > > On Thu, Mar 26, 2015 at 5:05 PM, Ellson, Jared wrote: > > >

Re: OGNL making me nutty

2015-03-26 Thread Ken McWilliams
Is there a method in gov.usbr.mechdb.struts.GovernorAction class called "action" which takes nothing and returns a String? On Thu, Mar 26, 2015 at 5:05 PM, Ellson, Jared wrote: > Hi All, > > I have a simple struts action class calling setters on a simple JPA object > and for some reason the sett