EL表达式无效是因为maven项目的jsp不识别jstl,只要在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"

 即可,未加之前结果:

maven项目jsp无法识别jstl的解决办法

在引入命名空间之后的结果:

maven项目jsp无法识别jstl的解决办法

maven项目jsp无法识别jstl的解决办法

 

相关文章:

  • 2022-12-23
  • 2021-11-12
  • 2021-12-10
  • 2022-01-20
  • 2022-12-23
  • 2021-12-27
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2021-10-25
  • 2021-05-24
  • 2021-09-29
  • 2022-12-23
  • 2021-06-17
相关资源
相似解决方案