unknown tag

后端 未结 5 1999
你的背包
你的背包 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:03

    I faced same issue during practice coding with jsp. Following worked for me - (In short)

    Use jstl 1.2.jar in place of jstl.jar with:

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

提交回复
热议问题