初次使用idea建立web项目时,你可能会遇到不能使用el表达式
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
但是这个方法有点鸡肋,因为我们需要在每一个用到el表达式的页面进行代码的添加:
<%@ page isELIgnored="false"%>
默认是自动忽略了,,,关掉自动忽略就行了!