Hi, you should base your tree on BaseTree, as it implements a lot of things for you. Then, you implement newNodeComponent(), where you can create any component (e.g. a link) to represent a tree node. The component you create there is not tree-specific.
Cheers, Thomas On Wed, Apr 9, 2008 at 7:59 AM, ouss <[EMAIL PROTECTED]> wrote: > > > No one can help me ? > -- > View this message in context: > http://www.nabble.com/How-to-Create-a-link-in-a-treeview-tp16557773p16580102.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
