What you could do is give the map to the ChoiceRenderer impl
and give the keys of the map as a list to the Choice.
johan
On 3/31/06,
Vincent Jenks <[EMAIL PROTECTED]> wrote:
I'm trying to get a Map of data so I can have the key be the value of the dropdown options and the value of the Map item be the value of the option in the dropdown. Problem is, it doesn't look like DropDownChoice will accept a Map...unless I'm doing it wrong?
Is a Map the best way to go? I was maybe considering using a single List collection and splitting a single string to get the two values....but that's pretty fugly too.
