RE: How to array variable declared to set tag

2009-02-11 Thread Seshagiri V
this message. -Original Message- From: Sonny Gill [mailto:sonny.pub...@gmail.com] Sent: Thursday, February 12, 2009 8:11 AM To: Struts Users Mailing List Subject: Re: How to array variable declared to set tag Is the set tag even supposed to work like that? >From looking at the docs (h

Re: How to array variable declared to set tag

2009-02-11 Thread Sonny Gill
Is the set tag even supposed to work like that? >From looking at the docs (http://struts.apache.org/2.0.14/docs/set.html), it doesn't seems so. I didn't try it, but I would expect it to assign the value to a parameter named 'id[#status.index]' without evaluating that expression. In any case, would

How to array variable declared to set tag

2009-02-11 Thread Seshagiri V
Hi All, Here is a snippet of my code in the jsp: In set tag, declared single variable it is working fine but used declared array variable it is not working fine and also given size zero. Pl helps me. How to approaching above sn