JSTL error javax/servlet/jsp/jstl/core/LoopTag error when using c:forEach tomcat ver7.0

前端 未结 5 911
感动是毒
感动是毒 2021-01-18 04:52

Hi using
eclipse juno, dynamic web project
apache Tomcat v7.0 (which has its own jstl-1.2.1.jar) I get this error

javax.servlet.ServletExc         


        
5条回答
  •  北恋
    北恋 (楼主)
    2021-01-18 05:23

    If you are using maven, add

    
      javax.servlet
      jstl
      1.1.2
    
    

    to your pom.xml

提交回复
热议问题