I see.  I just went w/ a List and changed the value when I created the list.  The dropdown was a list of dates so I just formatted the date differently for the view portion of the list.

Thanks!

On 4/1/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
there is no map support for this.

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.


Reply via email to