At a glance there doesn't seem to be anything wrong with your
approach.  Perhaps your styles are not available.  Try replacing
"#{t.nodeSelected ? 'nodeSelected':'node'}" with "nodeSelected" just
to verify that your nodes look the way you would expect.

sean

On 9/28/05, Carsten Burghardt <[EMAIL PROTECTED]> wrote:
> 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
>

Reply via email to