Re: [Wicket-user] Tree for navigation

2007-04-05 Thread Eelco Hillenius
The best way to do this is to ignore the Tree components we ship. What you're after here is either something similar to https://svn.sourceforge.net/svnroot/wicket-stuff/branches/WICKET_1_2/wicket-contrib-navmenu or something based on a javascript (client side only) tree. Eelco On 4/5/07, BPnwn <

Re: [Wicket-user] Tree for navigation

2007-04-05 Thread BPnwn
Nicolai Dymosz wrote: > > Hi All, > > i built a tree (wicket.extension.markup.html.tree.Tree). The tree works > fine. But now i want to use the tree for navigation. > > I just found examples to build a tree, but i didn`t find some examples to > use the tree for navigation. > > Can anyone giv

Re: [Wicket-user] Tree for navigation

2007-04-05 Thread BPnwn
Nicolai Dymosz wrote: > > Hi All, > > i built a tree (wicket.extension.markup.html.tree.Tree). The tree works > fine. But now i want to use the tree for navigation. > > I just found examples to build a tree, but i didn`t find some examples to > use the tree for navigation. > > Can anyone giv

[Wicket-user] Tree for navigation

2007-04-04 Thread Nicolai Dymosz
Hi All, i built a tree (wicket.extension.markup.html.tree.Tree). The tree works fine. But now i want to use the tree for navigation. I just found examples to build a tree, but i didn`t find some examples to use the tree for navigation. Can anyone give me further information in how to make tre