在写好EL表达是后发现在页面原封不动的现实成了${user.name}没有解析出来,我还以为那里出了问题,原来只要在页面添加上<%@ page isELIgnored="false"%>这个标签就可以了,完整的标签

 

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page isELIgnored="false"%>

相关文章:

  • 2021-04-14
  • 2021-08-23
  • 2021-08-08
  • 2022-12-23
  • 2022-01-06
  • 2021-07-24
  • 2022-12-23
猜你喜欢
  • 2021-12-31
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
相关资源
相似解决方案