According to TLD or attribute directive in tag file, attribute items does not accept any expressions
环境是: winxp sp2 +jdk1.6.0.03+eclipse3.3.1 +tomcat5.5.25
在一个jsp页面里面调用 el 时出现的这个错误,上网查了一下,然后按照有些人的解决办法把jsp页面开头的
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
换成了
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core_rt" %>
之后,错误消失,上网查后说是jsp版本的缘故.
jstl 版本错误 According to TLD or attribute directive in tag file, attribute i
最新推荐文章于 2020-07-08 22:35:14 发布