the dropdown choice is a good component for that I guess. You'd have to map the selection value to a page to go to, and have 'wantOnSelecionChangeNotifications' return true, implement the onSelectionChange handler and set the response page to the selected value.
Sounds like a decent component to me. Basically the user is selecting something: the new page. Martijn On 2/21/06, Frank Silbermann <[EMAIL PROTECTED]> wrote: > > > > 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 -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
