Hello Suresh, Here is a sample code to create a JSF Menu using tomahawk component. In the JSP, <%@ page contentType="text/html;charset=utf-8"%> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> In the backing bean, import org.apache.myfaces.custom.tree.DefaultMutableTreeNode; import org.apache.myfaces.custom.tree.model.DefaultTreeModel; public class TreeBean { ...