Re: Parameter in If tag

2010-03-18 Thread Wes Wannemacher
On Thu, Mar 18, 2010 at 11:07 PM, Kusuma Haranath Atmakuri wrote: > > > Thanks a lot! This worked! "parameters['paramName']" returns an array? > > Yeah, it's a bit of a pain sometimes, but there is nothing that stops someone from writing html like this - In this case, you can retrieve al

Re: Parameter in If tag

2010-03-18 Thread Kusuma Haranath Atmakuri
Thanks a lot! This worked! "parameters['paramName']" returns an array? -- K From: Wes Wannemacher To: Struts Users Mailing List Sent: Mon, March 15, 2010 4:16:14 PM Subject: Re: Parameter in If tag Parameters that aren't bound

Re: Parameter in If tag

2010-03-15 Thread Wes Wannemacher
Parameters that aren't bound to an action property can be tricky... I would try some of the following to see if you can figure out what's going on -> -Wes On Mon, Mar 15, 2010 at 2:45 PM, Kusuma Haranath Atmakuri wrote: > By the way, I am using Struts 2.1.8.1. Actually it was a WebWork app a

Re: Parameter in If tag

2010-03-15 Thread Kusuma Haranath Atmakuri
By the way, I am using Struts 2.1.8.1. Actually it was a WebWork app and converting that into Struts2. Referring a parameter was so easy in ww with just '$paramName'. It's weird that I am stuck at such a simple thing. Any light on this would be of great help. Thank you! ___