Wicket in Action does discuss menus: see page 185 (index entry: menu), though not multilevel menus.
Just take a look at YUI-menu or some jquery plugin for menus. The reason for not continuing the menu component is that there are enough alternatives available for rendering a menu. And most folks want their own styling, and a typical menu is nothing more than a couple of nested <ul>'s with css. Martijn On Fri, May 8, 2009 at 10:24 AM, <[email protected]> wrote: > under wicketstuff for 1.2 I found the little project "wicket-contrib-navmenu". > I started to update it for Wicket 1.4-rc2. > > Does this make sense or is there a better way to create hierarchy-like > menues? Eelco? > I know there is a TabbedPanel component. > But I somehow feel strange to implement my whole application's pages as > Panels... > > So what is the best way to create the navigation for a big application > having an upper tab-navigation and a corresponding hierarchical > tree-navigation on the left... > > Wicket in Action did not address proper menu creation... ;-) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.5 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
