I enetered this code
<h:outputScript name="jsf.js" library="javax.faces" target="head"/>
But my IDE says that <h:outputScript>
tag is not defined in library h
which I declared as below.
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
What's going on?