【JSTL错误排除】According to TLD or attribute directive in tag file, attribute items does not accept any e

一、错误信息

【JSTL错误排除】According to TLD or attribute directive in tag file, attribute items does not accept any e

 二、错误原因

因为使用了 JSP 2.0, 但又没有使用 JSTL 标签库的备用版本(RT库)

三、解决方案

原来jstl引用:

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

 

修改后的jstl引用:

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

 

上一篇:VirtualBox安装虚拟机遇到问题及解决方案


下一篇:51-10000 attribute 属性 HTML前端复习基础功能代码封装集合