码迷,mamicode.com
首页 > Web开发 > 详细

jstl下拉列表遍历集合

时间:2017-02-11 15:43:45      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:items   config   class   ril   form   foreach   集合   name   遍历   

关键字:forEach,items,var
<select id="oriLoanerIdType" class="form-control need" name="oriLoanerIdType">
<option value="">请选择</option>
<c:forEach items="${IDtypeList}" var="IDtype">
<option value="${IDtype.configValue}"
<c:if test="${sellHouse.oriLoanerIdType eq IDtype.configValue}">selected</c:if>>${IDtype.ext1}</option>
</c:forEach>
</select>

jstl下拉列表遍历集合

标签:items   config   class   ril   form   foreach   集合   name   遍历   

原文地址:http://www.cnblogs.com/hjy1017/p/6389145.html

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