Eclipse - Can't find facelet tag library for uri http://java.sun.com/jsf/html

前端 未结 4 909
醉酒成梦
醉酒成梦 2021-01-05 03:02

In my index.xhtml , I have a namespace defined like this xmlns:h=\"http://java.sun.com/jsf/html\". The server at this url indicates that the page c

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 03:24

    <%@taglib   uri="http://java.sun.com/jsf/html" prefix="h"%>
    

    jsf-api.jar and jsf-impl.jar jar in your lib.

提交回复
热议问题