Take a look at this http://www.kyub.com/blojsom/blog/default/Java/2006/01/05/Step-by-Step-MyFaces-tree2-tutorial.html
you don't have to import classes in jsf pages and you have to setup my faces extension filter in your web.xml 2006/3/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi! > > I am trying to use tree2 from Tomahawk > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> > And I was trying the simple tree however it seems that I have problem with > my facesConfig. Do I need to add servlet or something in my web.xml to add > this: > > <%@ page import="org.apache.myfaces.custom.tree.DefaultMutableTreeNode, > org.apache.myfaces.custom.tree.model.DefaultTreeModel"%> > > Thanks for your help. > Do you know simple code example using JTree? > > Thanks > Sophie > > -- ::SammyRulez:: http://www.kyub.com/blojsom/

