Re: [Wicket-user] Tree not shown correctly

2006-07-21 Thread Eelco Hillenius
I have no idea, your code looks fine to me. Did you try pasting in your model in e.g. wicket.examples.nested? See if that works... it's probably something small and stupid that is overlooked here. Eelco On 7/20/06, Rice Yeh <[EMAIL PROTECTED]> wrote: > Hi, > I write a tree component by extendi

[Wicket-user] Tree not shown correctly

2006-07-20 Thread Rice Yeh
Hi,  I write a tree component by extending wicket.markup.html.tree.Tree. Also I extend the javax.swing.tree.DefaultTreeModel. I have my TreeModel tested in swing. It works fine. However, my tree just show the root node in wicket. What is going wrong? I have my code attached. Regards,Rice Tree.jav