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.su
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下载