<c:forEach var="role" items="[entity.Role@d54d4d, entity.Role@1c61868, entity.Role@6c58db, entity.Role@13da8a5]">
<input type="checkbox" name="role_id" value=""/>
</c:forEach>
在jsp中数据显示效果
解决办法:
1、jsp中是否少添加了 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
2、变量是否没有对应上