程序中JSP EL表达式没有执行的可能原因

来源:互联网 发布:淘宝仓库宝贝多久删除 编辑:程序博客网 时间:2024/05/01 03:11

1. 应用程序服务器不支持JSP2.0

2. web.xml中没有声明Servlet 2.4或更高

3. JSP页面中使用<%@page %>设置了isELIgnored=true

4. web.xml中<jsp-config>中配置了<el-ignored>true</el-ignored>

0 0