jsp页面无法识别el表达式

http://www.cnblogs.com/fingerboy/p/6007040.html

第一种方式,是直接在jsp文件头部标签前加入

<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>

  表示强制性的不忽略el表达式格式,重新测试,成功显示数据.

第二种方式,修改web.xml文件

原文地址:https://www.cnblogs.com/hym-pcitc/p/6273953.html