<form:select>

<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=""/> 

 

posted @ 2017-06-14 17:17  陈东的博客  阅读(1106)  评论(0编辑  收藏  举报