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