Sorry, that should be:
<h:form>
<t:tree2 value="#{tree}" var="node" varNodeToggler="t"
clientSideToggle="true"
showRootNode="false" showNav="false">
<f:facet name="root">
#{node.description}
</f:facet>
<f:facet name="system">
<h:commandLink value="#{node.system.name}"
action="viewContestSystem">
<af:setActionListener from="#{node.system}"
to="#{contestSystemBean.current}" />
</h:commandLink>
</f:facet>
</t:tree2>
</h:form>The second facet is actualy an include file...
<<winmail.dat>>

