I did some examples of JSF with tags:
<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
but it returned to me this exception
javax.servlet.ServletException:absolute uri:
http://myfaces.apache.org/extensions can't resolve or in web.xml or in jar files
what is the problem?