Multiple selects take a collection of objects and not a single object for the model type so you should use IModel<? extends Collection<ObjectType>>.
For example see how "your favorite sites" is used on: http://www.wicket-library.com/wicket-examples/forminput ~ Thank you, Paul Bors -----Original Message----- From: kshitiz [mailto:[email protected]] Sent: Monday, January 14, 2013 12:59 PM To: [email protected] Subject: Multiple select drop down in Wicket Hi, I am trying to implement multiple select drop down in Wicket. I am able to create multi select drop down view using bootstrap but I am not able to get how to relate selected options with IModel of drop down component? Is there any possibility in Wicket? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Multiple-select-drop-down-in-Wick et-tp4655355.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
