码迷,mamicode.com
首页 > 其他好文 > 详细

<form:select>

时间:2017-06-14 18:14:23      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:nbsp   ati   item   label   下拉列表   options   items   cat   sel   

<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>

标签:nbsp   ati   item   label   下拉列表   options   items   cat   sel   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!