Hi,
I just updated my application from 1.1.1 to current svn nightly build (mainly
because the datepicker was buggy as hell ;-)).
Now my navigation does not work anymore as the folders in my tree2 do not open
anymore when I click on the plus sign. I use client side toggle and my
backing bean provides the root node. Expanding does work when the user
refreshes the page - my backing bean is session based. Is this a known bug?
<t:tree2 value="#{navigationBean.treeData}" var="node" varNodeToggler="t"
showRootNode="false" clientSideToggle="true">
...
Regards,
Carsten