My application will have about 25 pages, all mutually linked.  If I listed all those links at the top of every page it would take up too much space.  I’d like something that would only show the links when requested, e.g. a drop-down box of links.  I’m not sure how to do that in Wicket.  The Wicket DropDownChoice seems inappropriate, since I’m not really choosing anything.

 

Would it be feasible to create in a panel an ordinary HTML drop-down, and use a ListView to populate it with, say, BookMarkable links?  That way if the user wanted to select another page, he’d have to click on the drop-down to show them, but otherwise they’d be out of the way.

 

/Frank

Reply via email to