I'd like to create a tree on a page and have something like this in my template:

<span wicket:id="myTree">Tree Goes Here</span>

and have the rendered result look something along the lines of:

<ul>
 <li>foobar
   <ul>
     <li>baz
       <ul>
             <li>baz2</li>
             <li>baz3</li>
       </ul>
     </li>
     <li>bang</li>
   </ul>
 </li>
</ul>

How do I do this?

Thanks,
Lowell

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to