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
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