码迷,mamicode.com
首页 > 编程语言 > 详细

SpringMvc 中绑定 checkbox 标签到form 中的List

时间:2016-12-23 13:56:51      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:str   log   blog   center   roles   nbsp   box   items   for   

<table align="center">
        <tr>
            <td>ID</td>
            <td>Role Name</td>
        </tr>
        <c:forEach items="${roleList}" var="role">
            <tr>
                <td><form:checkbox path="roles" value="${role}" label="${role.id}" /></td>
                <td><c:out value="${role.name}" /></td>
            </tr>
        </c:forEach>
</table>

<from:checkboxes> 标签中的items 只能是数组、list<String>  、map

SpringMvc 中绑定 checkbox 标签到form 中的List

标签:str   log   blog   center   roles   nbsp   box   items   for   

原文地址:http://www.cnblogs.com/leonkobe/p/6214235.html

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