Hi,

Can anyone tell me why, in the following code, the id of the image is
"checkBox<%=index%>" rather than "checkBox1", "checkBox2" etc.?  The id of the
<td> works just fine!

                        <logic:iterate id="comboValue" name="Prompt"
property="comboValues" indexId="index">
                        <TR>
                           <td ID="multiValue<%=index%>"><bean:write
name="comboValue"/></td>
                           <TD>
                              <A href="javascript:onMultiPress(<%= index %>)"
style="cursor:default">
                                 <html:img styleId="checkBox<%=index%>"
page="/images/checkbox_empty.gif" border="0"/>
                              </A>
                           </TD>
                         </TR>
                        </logic:iterate>

Thanks,

David





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

Reply via email to