Re: Tree2 - on-demand load capable?

2005-10-18 Thread Anu Padki
I had been reading yr wiki page and have some qs on it. The facet used in yr code is projekt-folder, is that a renderer/facet you had to write in order to implement the lazy load? The other question is how do I find all available facets for a myfaces renderer and is how do you write a component

RE: Tree2 - on-demand load capable?

2005-10-06 Thread CONNER, BRENDAN \(SBCSI\)
the expand event that is triggered if we have showNav=true. Sean, can you comment on this? - Brendan -Original Message- From: Marcel Ruff [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 5:02 AM To: MyFaces Discussion Subject: Re: Tree2 - on-demand load capable? Eric Pias wrote

Re: Tree2 - on-demand load capable?

2005-10-06 Thread Marcel Ruff
on this? - Brendan -Original Message- From: Marcel Ruff [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 5:02 AM To: MyFaces Discussion Subject: Re: Tree2 - on-demand load capable? Eric Pias wrote: Hello, I would like to implement a Tree2 that loads child nodes on demand. What I

Tree2 - on-demand load capable?

2005-10-05 Thread Eric Pias
Hello, I would like to implement a Tree2 that loads child nodes on demand. What I would like to do is sub-class TreeNode or something else and when the user clicks the + on a node, at that point my code would go out and get just the first level children under that node. I have tried