Hi, I'm not sure because I haven't used it yet, but the components in wicket.markup.html.tree or wicket.extensions.markup.html.tree could be what you're looking for.
- Johannes [EMAIL PROTECTED] wrote: >Hi there ! > >I am new in wicket developement and currently setting up my first project. >Everythin is so far very fine, but I am still lokking for a best practice >navigation model. What I would like to do is someting like one level tree >navigation as shown here: > >-> "Topic 1" (goes to Topic1.class) >--> "Topic 1.1" (goes to Topic11.class) >--> "Topic 1.2" (goes to Topic12.class) >-> "Topic 2" (goes to Topic2.class) >--> "Topic 2.1" (goes to Topic21.class) >--> "Topic 2.2" (goes to Topic22.class) >... > >My current idea is to maintain the navigation structure within a ListView for >Topic1 & Topic2 each having a subsequent view for subtopics. So far I think >the idea is not so bad but I do not know how to code wicket aware. Does anyone >have some example code how to handle such a navigation structure? Is there >some way to put this in a model, so I can mark the current selected page >within the model? > >Thank you very much, > >Maciej A. Bednarz > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Wicket-user mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
