<form:select path="classification" class="input-medium">
<form:option value="" label=""/>
<form:options items="${types}" itemLabel="classificationName" itemValue="classificationCode" htmlEscape="false"/>
</form:select>
表单中可以绑定数据的动态下拉列表,
path="classification" 表单中的属性名
<form:option value="" label=""/>
时间: 2024-11-06 19:34:43