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 ken.mcwilli...@gmail.com 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,

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 jell...@usbr.gov wrote: Hi All, I have a simple struts action class calling setters on a simple JPA object and for some

OGNL making me nutty

2015-03-26 Thread Ellson, Jared
Hi All, I have a simple struts action class calling setters on a simple JPA object and for some reason the setters are not working and it is blowing up. I am doing the exact same thing in other actions with in the same application and it is working fine. What am I missing? *Struts.xml:* action

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 jell...@usbr.gov wrote: Yes: public String action() throws Exception { On Thu, Mar 26, 2015 at 5:41 PM, Ken McWilliams