You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Sonja Löhr <so...@arcor.de> on 2006/11/04 13:13:09 UTC

More on

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!