您的位置:首页 > 产品设计 > UI/UE

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

2013-06-03 13:38 399 查看
报错信息:

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"%>


就好了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐