數(shù)組 LabelValueBean[] possibleOptions 用于顯示所有的復(fù)選框的值。

































在 JSP 中使用以下代碼:
<logic:iterate name="myActionForm" id="item" property="possibleOptions">
<html:multibox property="selectedOptions">
<bean:write name="item" property="value" />
</html:multibox>
<bean:write name="item" property="label" /><br />
</logic:iterate>
<html:multibox property="selectedOptions">
<bean:write name="item" property="value" />
</html:multibox>
<bean:write name="item" property="label" /><br />
</logic:iterate>