I have read a solution for this in a german wicket book called "Praxisbuch Wicket" which you can use as a starting point. But I do not know how good your German is.
http://www.hanser.de/buch.asp?isbn=978-3-446-41909-4 vp143 <mailto:[email protected]> wrote: > I forgot to mention that I require the HTML markup to be like the > following: > > <ul> > <li>Category 1</li> > <li>Category 2</li> > <li> > <ul> > <li> # Category 2 - Sub category 1 </li> > <li> # Category 2 - Sub category 2 </li> > </ul> > </li> > </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
