Am Wednesday 28 September 2005 19:58 schrieb Frank Langelage:
> Carsten Burghardt wrote:
> >I have a tree2 with client side toggling (also tried server side but that
> >didn't solve the problem). The problem is that the nodes do not get
> > selected. The action is triggered fine but the nodes (facet "plugin") do
> > not change their css style.
> try embedding tree2 into an f:view. A h:form is usally not needed here.
The tree is part of a panelLayout, so it is included like this in the main
page:
<f:facet name="navigation">
<f:subview id="menu">
<[EMAIL PROTECTED] file="inc/navigation.jsp" %>
</f:subview>
</f:facet>
Carsten