Re: [Wicket-user] AbstractTree in 1.3

2007-05-05 Thread Eelco Hillenius
The older tree, which is in extensions now, did use the TreeModel more extensively it seems. Imo, implementing your custom treenodes is the way to go for dynamic nodes anyway, but I'm not sure why Matej skips the TreeModel. Matej? Eelco On 5/2/07, Mats Norén <[EMAIL PROTECTED]> wrote: > Just a qu

[Wicket-user] AbstractTree in 1.3

2007-05-02 Thread Mats Norén
Just a quick question/clarification about the current Tree in 1.3. Is it correct that the AbstractTree only uses a TreeModel to gain access to the root TreeNode? Looking at the code in AbstractTree.java line 499: // is root item created? (root item is null if the items have not