No, I'm still not were I'd like to be with my tree ... ;-(

I moved the well-working tree inside the navigation3 facet of my
<tr:panelPage>. The handles are still there ;), but do not expand the tree.

In the template page:

<f:facet name="navigation3">
        <h:form id="grForm">
                <ui:insert name="sidebar"/>
        </h:form>
</f:facet>

And on the page using the template:

<ui:define name="sidebar">
        <tr:tree id="grouptree" var="cat" value="#{groupsAdapter.model}">
        <f:facet name="nodeStamp">
                 <tr:commandLink text="#{cat.defName}">
                     <tr:setActionListener from="#{cat}"
to="#{catalog.selectedGroup}"/>
                   </tr:commandLink>            
                </f:facet> 
     </tr:tree>
</ui:define>


Any ideas? Thank you!




Reply via email to