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

报错信息:

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


环境是tomcat7.0.40。

其中一个页面引入jstl是这样引入的:

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

修改为:

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

就好了。

你可能感兴趣的:(According to TLD or attribute directive in tag file, attribute value does not accept any expressions)