RE: how to update a label on a tree node selection

2007-11-26 Thread rik rik
Hi Timo You're right, the code format is horrible, but I had already had the answer from Florian into the first post (this post is a duplicate caused by hotmail...), so I thought that this post was not considered anymore... Sorry and thanks for the comment :-) Regards Rik Date: Sat, 24 Nov

Re: how to update a label on a tree node selection

2007-11-24 Thread Timo Rantalaiho
On Fri, 23 Nov 2007, rik rik wrote: Hi to all!I'm starting to use wicket and I'm happy using it :-)But I'm not able to update a label on a tree node selection, my code is this Label labelNode=new Label(labelNode,label value); LinkTree tree=new LinkTree(tree,dtm) {@Override