Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Concerning index on validating under logic:iterate

Hiroyuki Suzuki

2007-08-06



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?

--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.