MyFaces 1.1.0 Tomahawk Components
For JSP Pages
At the top of each page, include:
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
The files should have the suffix ".jsp".
For JSPX Pages
At the top of each page, include:
<jsp:root xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" xmlns:jsp="http://java.sun.com/JSP/Page" ... xmlns:t="http://myfaces.apache.org/tomahawk" ...>
The files should have the suffix ".jspx".
Note that in the above example, the xml:lang attribute describes the language of the XML document itself, !not! of the rendered HTML document.