No Sorry :-) When I click a folder in the Tree, how can i access the path in the treebacker? How do I know which node was clicked in the tree? I know it will work with TreeState.getSelectedNode, but i can't use the tree state because it won't work with my LARGE htmltree
Andrew Robinson-5 wrote: > > The default tree path in the tree2 code is always indexes. > > A (0) > -- B (0:0) > -- C (0:1) > -- D (0:1:0 > > ..etc.. > > Was this your question? > > On 1/9/07, djmacpac <[EMAIL PROTECTED]> wrote: >> >> But how can I access the path or id of the selected node? >> >> >> Andrew Robinson-5 wrote: >> > >> > The easiest thing is probably a custom tree state object that only has >> > one expanded path ever stored in it, and when someone expands the >> > path, it simply overwrites the currently expanded path with the new >> > one. The renderer always checks the state to determine which to >> > expand. >> > >> > See the tree state API/source for more information >> > >> > -A >> > >> > On 1/8/07, djmacpac <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi, >> >> I'm using a Tree2 and it works fine. But now I want that, when I'm >> >> changing >> >> the directory in the tree, the actual opened tree should be closed and >> >> only >> >> the clicked tree should be opened. normally all tree stay opened. hope >> >> you >> >> understand what i want to do. >> >> for example: >> >> I ' m browsing up to following path: 0:1:2:3 >> >> Now I clck another directory: 0:2 >> >> Now the Tree 0:1:2:3 should be closed and only the 0:2 should be >> >> opened... >> >> >> >> Can anybody help me? >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/Tree2-tf2938565.html#a8215637 >> >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Tree2-tf2938565.html#a8235197 >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Tree2-tf2938565.html#a8240830 Sent from the MyFaces - Users mailing list archive at Nabble.com.

