jstl下拉列表遍历集合

关键字: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>
posted @ 2017-02-11 14:42  黄小易  阅读(1780)  评论(0编辑  收藏  举报