Re: Struts 2 runtime variable names

2009-10-05 Thread hisameer
rValue="Please Select" required="true" >> list="cvglimit" cssStyle="width:150px" /> >> >> <% i++; %> >> >> >> >> >> All I want is if the list

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
quot;cvglimit" cssStyle="width:150px" /> > > <% i++; %> > > > > > All I want is if the list is in the first level the name should be > form.cvgcode1 and so on. I tried using declaring a variable i and > incrementing i

Re: Struts 2 runtime variable names

2009-10-05 Thread Alex Siman
form.submit()" headerKey="0" > headerValue="Please Select" required="true" > list="cvglimit" cssStyle="width:150px" /> > > <% i++; %> > > > > > All I want is if th

Struts 2 runtime variable names

2009-10-05 Thread hisameer
www.nabble.com/Struts-2-runtime-variable-names-tp25761232p25761232.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional c