首页 > 其他 > 详细

<form:select>

时间:2017-06-14 17:46:08      阅读:1970      评论:0      收藏:0      [点我收藏+]

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

 

<form:select>

原文:http://www.cnblogs.com/ChenD/p/7009928.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!