Jim Reynolds wrote the following on 4/7/2006 1:38 PM:
I have the following logic:iterate loop

<logic:iterate id="abc" type="ab" name="a" property="jj" indexId="index">
                 <html:hidden indexed="true" property="name" name="abc" />
                  <html:text name="abc" indexed="true" property="age"
onchange="updateStatus('NEED INDEX HERE');"  />

Depends what servlet and jsp spec you are using. Are you using something like Tomcat 5.x? If so...

onchange="updateStatus('${index}');"  />

--
Rick
http://www.learntechnology.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to