设置isELIgnored属性时出现错误
我在页面中应用:
<%@ page isELIgnored="false" %>
编译错误:
undefined attribute name (isELIgnored)
在浏览器中显示:
catch.jsp(18,0) According to TLD or attribute directive in tag file, attribute value does not accept any expressions
web.xml已经配置好了
哪位指点下