version 2.3不支持jsp的EL表达式,3.1才可以
<?xml version="1.0" encoding="UTF-8"?>
<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"
metadata-complete="true">
</web-app>
本文介绍在不同版本中对JSP EL表达式的支持情况。version2.3版本不支持EL表达式,需升级到3.1版本才能使用。文中提供了一个3.1版本的web-app配置示例。

826

被折叠的 条评论
为什么被折叠?



