You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hiroyuki Suzuki <je...@atenista.net> on 2007/08/06 11:48:24 UTC

Concerning index on validating under logic:iterate

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org