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');" />
</logic:iterate> The loop is happy and creates nice names and indexed properties. Problem is, when someone does an update on one of the slices (of the indexed data), I need to know which one they clicked. The line updateStatus('NEED INDEX HERE');" is where my problem is. I have tried everything to get the index to print inside there with single quotes for the javascript function. Does anyone know how to get around this? Thanks, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]