Hi,
I have the following peace of code. How can I pass the current rowNum in iterate tage to onchange="handleSwapTypeChange(??)".
<logic:iterate id="myBean" name="myForm" property="myList">
<tr bgcolor=#FFFFFF>
<td valign="top">
<html:select name="myBean" property="myProp" indexed="true" onchange="handleSwapTypeChange(???)" >
<html
ptions collection="myList" property="value" labelProperty="label" />
</html:select>
</td>
</tr>
</logic:iterate>