I've just finished new (ajax based) tree (version for wicket 2.0 is in svn (/svnroot/wicket/trunk/wicket-sandbox/users/matej_k/tree) )
It's about to be ported to wicket 1.2 and it will likely be a part of wicket-extensions. It might help you because it works with TreeNode and not DefaultMutableTreeNode. -Matej Rice Yeh wrote: > Hi, > I find that the implementation of** Wicket.markup.html.tree.Tree** is > not suitable for big tree. It seems because it depends on > javax.swing.tree.DefaultMutableTreeNode too much, which asks for > populating the whole tree before rendering > **Wicket.markup.html.tree.Tree. **For my case, the tree is very big but > users just click on some tree paths, so I hope I can just populate the > tree step by step. However, this seems impossible because > **Wicket.markup.html.tree.Tree **renders the tree based on the > 'children' field in javax.swing.tree.DefaultMutableTreeNode, which I > populate in the TreeModel's method getChildCount(Object parent). But > this way does not work. Any suggestion? > > Regards, > Rice > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
