求救~~
用Eclipse编写JSF程序,JSF版本是mojarra2.1.2在某jsp页面中下面两行代码有错
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>错误提示:
can not find the tag library descriptor for "http://java.sun.com/jsf/core"
can not find the tag library descriptor for "http://java.sun.com/jsf/html"求救~~