I don't believe there are any bugs like this in the 1.1.1 release.
Did you try the simple examples to see if you could replicate the
behavior?
Sean
On 2/20/06, Carsten Burghardt <[EMAIL PROTECTED]> wrote:
> 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
>