jstl 报错 According to TLD or attribute directive in tag file, attribute test does not accept any expr

来源:互联网 发布:酒吧骰子软件 编辑:程序博客网 时间:2024/06/13 06:22

jstl 报错 According to TLD or attribute directive in tag file, attribute test does not accept any expressions

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

改为

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

阅读全文
0 0