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>
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Dynamic-Navigation-tp2228587p2228687.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to