Re: Struts 2 runtime variable names

2009-10-05 Thread hisameer
Hi Alex, Thank you very much for your help=). It worked like a charm. I tried using s:set but forgot to put .count at the end of the index_count. But thanks for figuring this out. -Sameer Alex Siman wrote: > > I use such approach: > > > > ... > "%{'form.cvgcode' + #i}" > .

Re: Struts 2 runtime variable names

2009-10-05 Thread Tommy Pham
From: Alex Siman To: user@struts.apache.org Sent: Mon, October 5, 2009 8:10:53 PM Subject: Re: Struts 2 runtime variable names I use such approach: ... "%{'form.cvgcode' + #i}" ... "%{'form.cvglimit

Re: Struts 2 runtime variable names

2009-10-05 Thread Alex Siman
I use such approach: ... "%{'form.cvgcode' + #i}" ... "%{'form.cvglimit' + #i}" ... hisameer wrote: > > hello everyone, > > I need to change the s:select name parameter's value depending on the > index of the list. > > I have the following code : > > <%! int i=1;

Re: Struts 2 runtime variable names

2009-10-05 Thread Alex Siman
I use such approach: ... "%{'form.cvgcode' + #i}" ... "%{'form.cvglimit' + #i}" ... hisameer wrote: > > hello everyone, > > I need to change the s:select name parameter's value depending on the > index of the list. > > I have the following code : > > <%! int i=1;