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
> To: user@struts.apache.org > Sent: Sun, March 14, 2010 8:36:44 PM > Subject: Parameter in If tag > > From the actions config, a parameter is being passed: > > >    main.jsp?paramName=paramValue > > When tried to access the paramName, it's fine

Re: Parameter in If tag

2010-03-15 Thread Kusuma Haranath Atmakuri
lp. Thank you! To: user@struts.apache.org Sent: Sun, March 14, 2010 8:36:44 PM Subject: Parameter in If tag >From the actions config, a parameter is being passed: main.jsp?paramName=paramValue When tried to access the paramName, it's fine when used in 'property&#

Parameter in If tag

2010-03-14 Thread Kusuma Haranath Atmakuri
>From the actions config, a parameter is being passed: main.jsp?paramName=paramValue When tried to access the paramName, it's fine when used in 'property' tag. will print 'paramValue'. But when used in 'If' tag, it does NOT. Is there anything missing here? Tried all the combinations of