MyFaces 1.0.9 Extensions
To use custom myfaces components of the 1.0.9 distribution, use at the top of your page:
<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
in the JSP 1.0 syntax (.jsp page), or
<jsp:root xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" xmlns:jsp="http://java.sun.com/JSP/Page" ... xmlns:x="http://myfaces.apache.org/extensions" ...>
in the JSP 2.0 XML compliant syntax (.jspx JSP document).