无法使用 el 表达式的原因
头信息版本过低,不支持el 表达式!
修改web项目下的 wel.xml 文件的头信息
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
修改后即可使用el 表达式了