我想在 struts 1.3 的 optioncollections 标签内创建一个复选框。我试过这段代码,但它不工作: -
<html:optionsCollection name="FileUploadForm" property="userSList" label="description" value="userName" >
<html:checkbox property="description" />
</html:optionsCollection>