How and when are the nodes in the server side model updated with clientside toggle? Is this done by the ExtensionsFilter or how is tree2 working?
My use case is following: - open some nodes in the tree2 - execute an ajax command which submits another region where the tree is not part of - or execute a non ajax command with immediate=true - rerender the area with the tree2 I assume that the server side model is not updated properly. Michael -----Original Message----- From: Michael Heinen [mailto:[EMAIL PROTECTED] Sent: Montag, 7. April 2008 15:41 To: MyFaces Discussion Subject: RE: [tomahawk] clientside tree2 collapsed It is a session scoped bean -----Original Message----- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Montag, 7. April 2008 15:14 To: MyFaces Discussion Subject: Re: [tomahawk] clientside tree2 collapsed is your tree model in a session bean, or a request bean? The state is stored in the model, not the tree On 4/7/08, Michael Heinen <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I have a question regarding good old tree2. > > Problem is that If I open some nodes on clientside and rerender the area > with the t:tree2 tag (with or without ajax) then all nodes are collapsed > again! > > > > <t:tree2 id="treeATItems" > > value="#{MyBean.treeModel}" > > clientSideToggle="true" > > showLines="true" > > showNav="true" > > imageLocation="/images/tree2" > > javascriptLocation="/js/tree2" > > showRootNode="false" > > preserveToggle="true"> > > > > I found following cookie in my request: > > treeATItems=0%3A6%3Dx%3B0%3A6%3A0%3Dx > > > > I found a similar post in this list: > > http://marc.info/?l=myfaces-user&m=117263662631906&w=2 > > > > Any idea? > > > > I use: > > tomahawk 1.1.5 > > myFaces 1.1.5 > > richfaces 3.1.4 > > > > Michael > >

