IntelliJ and JSP/JSTL cannot resolve taglib for JSTL in tomcat7

后端 未结 4 1088
谎友^
谎友^ 2020-11-28 10:37

First of all my JSTl code works on my server because i have the proper Jar file in the Lib folder in tomcat7. This is just really an IDEA problem. My questions comes down

4条回答
  •  感情败类
    2020-11-28 11:22

    If you are using maven, add following code in pom.xml inside the tag

    
    
        javax.servlet
        jstl
        1.2
    
    

提交回复
热议问题