Guys,i have this error saying that indexed is invalid for my multibox attribute this is my JSP
<logic:iterate name="metaEntryConfirmForm" indexId="index" id="item1" property="items1"> <tr> <td><html:multibox indexed="true" property="bitrate"><bean:write name="item1"/></html:multibox></td> <td><html:text property="filename" indexed="true" size="50" disabled="true"/></td> <td><html:multibox property="haishin" indexed="true" disabled="true"><bean:write name="metaEntryConfirmForm" property="haishinValue[0]"/></html:multibox></td> <td><html:multibox property="haishin" indexed="true" disabled="true"><bean:write name="metaEntryConfirmForm" property="haishinValue[1]"/></html:multibox></td> <td><html:multibox property="haishin" indexed="true" disabled="true"><bean:write name="metaEntryConfirmForm" property="haishinValue[2]"/></html:multibox></td> </tr> </logic:iterate> what seems to be the problem? -- View this message in context: http://www.nabble.com/Concerning-index-on-validating-under-logic%3Aiterate-tf4223157.html#a12013480 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]