ListChoice is a List (single select)
ListMultipleChoice is a List but multi select.
Please look at the hierachy of the AbstractChoice class.
johan
Sorry my bad, misunderstood clients requirements. ListChoice is dropdown correct? Has anybody made an implementation that allows one to select if ListmutipleChoice should be multiple or single?
Nino
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Johan Compagner
Sent: Monday, March 06, 2006 9:43 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] onSelectionChanged() for Listmultiplechoice
We have a on selectionchanged handler in the single selection list its called ListChoice.
For multiply choice we don't have that yet. But would you have that?
On every click you want to go to the server?
johan
On 3/6/06, Nino Wael < [EMAIL PROTECTED]> wrote:
Has anyone implemented this? Preforable in a class that allows single selection and mutiple selections?
-regards Nino