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}"
> .
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
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;
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;
4 matches
Mail list logo