JSTL jar 包版本错误attribute items does not accept any expressions

According to TLD or attribute directive in tag file, attribute items does not accept any expressions

 

jstl jar包版本错误,将

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

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

jstl1.2.jar与standard.jar下载

 

你可能感兴趣的:(attribute)