jsp中不识别El表达式
Posted king-jin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jsp中不识别El表达式相关的知识,希望对你有一定的参考价值。
IDEA maven生成的web.xml
结果界面就不识别el表达式了
在web.xml里把上面代码删掉改成
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
以上是关于jsp中不识别El表达式的主要内容,如果未能解决你的问题,请参考以下文章