EL表达式错误attribute items does not accept any expressions

来源:互联网 发布:字符串数组 strstr 编辑:程序博客网 时间:2024/05/01 17:45

严重: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /product/booking/flight_booking_passenger.jsp(23,0) According to TLD or attribute directive in tag file, attribute items does not accept any expressions

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

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

 

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

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

 

原创粉丝点击