%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@include file="inc/head.inc" %>
<%--
NOTE: There is no commandLink for the folders because the toggling of expand/collapse is handled on the client
via javascript. We have a command link for document but that is really application specific. In a real application
you would likely specify an action method/listener and do something interesting with the node identifier that is
submitted.
First child in the expand/collapse facet should be image (if any)
--%>
Tree2 w/client-side (default) toggle
Tree2 w/server-side toggle
<%@include file="inc/page_footer.jsp" %>