Unfortunately tree2 doesn't support partial re-rendering. I would check with a 3rd party JSF vendor with more robust trees and those that have trees with AJAX support built in.
On 11/29/06, Matt Tyson <[EMAIL PROTECTED]> wrote:
Andrew, I've had a look at your wiki and some of your forum posts. Please correct me if I'm wrong, but the partial page rendering will get it so only the entire tree is redrawn. What I'm shooting for is so only the node and its children are redrawn (by adding and removing nodes in the client dom). Thanks for making your work available. Matt Andrew Robinson-5 wrote: > > Well, if you want to use partial page rendering with tree2, I have > released code and an example on jsf-comp on how to get this working > with Ajax-Anywhere. Porting it to Ajax4Jsf or another framework should > be relatively easy > > http://sourceforge.net/projects/jsf-comp > http://sourceforge.net/project/showfiles.php?group_id=137466&package_id=197375 > > The code is currently just support for tree2. > > On 11/29/06, Matt Tyson <[EMAIL PROTECTED]> wrote: >> >> We are shooting for ajax nodes with lazy loading. I've looked at quite a >> few >> ideas, but nothing really addresses what we're imaging. >> >> We're looking to actually just append or remove nodes from the tree using >> JS >> and the DOM with Ajax. So when a user clicks a node, the ajax request >> goes >> and gets the required data, and then only the node which has changed >> (along >> with its children) is updated. >> >> Any suggestions? >> >> Thanks, >> >> Matt >> -- >> View this message in context: >> http://www.nabble.com/Tree2-with-dynamic-nodes-tf2725997.html#a7601902 >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Tree2-with-dynamic-nodes-tf2725997.html#a7604737 Sent from the MyFaces - Users mailing list archive at Nabble.com.

