`
lxm63972012
  • 浏览: 36805 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

jsp 标签 According to TLD or attribute directive in tag file...异常

    博客分类:
  • java
阅读更多

jstl报org.apache.jasper.JasperException: /index.jsp(6,0) According to TLD or attribute directive in tag file, attribute items does not accept any expressions异常

 

在确保jar包已经添加的情况下

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

改为:

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

就可以了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics