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

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:* /

RE: Help... My url grows...

2010-12-14 Thread Ellson, Jared L
onName". Alternately, and probably cleaner, if you're calling an action in the same namespace (aka subdirectory) as the current action, you don't need any prefix at all. You can just say: action="actionName" ...and leave it at that. - Aaron On Tue, Dec 14, 2010 at 4:48

RE: Help... My url grows...

2010-12-14 Thread Ellson, Jared L
ou don't have a namespace defined for your package, that's part of the stock package tag: namespace="/" ...is the typical assignment for the default package. So, something like: See if that helps. - Aaron On Tue, Dec 14, 2010 at 4:24 PM, Ellson, Jared L wrote: > Hey anyb

RE: Help... My url grows...

2010-12-14 Thread Ellson, Jared L
g List Subject: RE: Help... My url grows... Let's see your location assign jsp as well. Beez > From: Ellson, Jared L > Sent: Tuesday, December 14, 2010 4:24 PM > > Hey anybody have a quick idea what would cause my URL to grow. > > First time I hit the page: > &

Help... My url grows...

2010-12-14 Thread Ellson, Jared L
Hey anybody have a quick idea what would cause my URL to grow. First time I hit the page: http://localhost:8080//struts/locationAssign submit the page then: http://localhost:8080//struts/struts/locationAssign then submit again: http://localhost:8080//struts/struts/struts/locationA