unknown tag

后端 未结 5 2007
你的背包
你的背包 2020-12-10 12:42

Why I get error tip message in eclipse on left when I include the following line.


I get the error \"Unknow

5条回答
  •  青春惊慌失措
    2020-12-10 13:00

    Add the given line on top of the JSP file:

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

    And, one more thing you need to do is, Copy the dependency from this maven repo link & paste it on pom.xml of the project.

提交回复
热议问题