Creating Tree in JSF
Hi i want to create a tree using JSF.
I have got few examples for the same. But they are not properly working might be am missing some configuration settings,changes in XML files , did'nt load with proper JAR files , etc.
Would appreciate if some one can direct me the step wise to create a tree with all its config settings,jar files etc
[358 byte] By [
pvna] at [2007-11-27 0:51:41]

# 1
I would recommend using myfaces: http://myfaces.apache.org/download.html
then add the jar files that come along to your project lib folder, add the tag lib files too (tomohawk.jar into web-inf and add them into your project using your IDE)
once done:
use the tag lib in your page:
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
then start building a tree using: <t:tree2>
jesefa at 2007-7-11 23:22:40 >
