[Wicket-user] DropDownChoice and Value ID

2006-08-18 Thread Johannes A. Kaefer
Hi everyone, I have the following problem: I supply the DropDownChoiceElement with a List containing HashMap's. So every Listelement is a HashMap. The HashMap contains a association between ID's and Names (the ID's are primary key whereas the Names are not). Don't bother about the problem that

Re: [Wicket-user] DropDownChoice and Value ID

2006-08-18 Thread Eelco Hillenius
I succesfully manage to create the html-code right, thru suppling an IChoiceRenderer. However: how do I get the selecte Value-ID from the DropDownChoice-Element. All I manage to get is a String containing the Name and the ID. Typically, you should do that via your model. The drop down