EL表达式错误attribute items does not accept any expressions

解决方法是将

<%@taglib prefix="c" uri="http://java.sun.com/jstl/core"%>

改成

<%@taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>

你可能感兴趣的:(EL表达式错误attribute items does not accept any expressions)