[flexcoders] Java HashMap to ComboBox

2009-01-05 Thread Vijay
Can someone help me on binding the HashMap data returned by a Remote call to the Flex ComboBox? I'm successful in iterating the HashMap data inside the ActionScript but I didnt know how to bind the key=value pair to a ComboBox Code Snippet -- [Bindable] private var

Re: [flexcoders] Java HashMap to ComboBox

2009-01-05 Thread Manish Jethani
On Sun, Jan 4, 2009 at 3:19 AM, Vijay vijay_...@yahoo.com wrote: Can someone help me on binding the HashMap data returned by a Remote call to the Flex ComboBox? I'm successful in iterating the HashMap data inside the ActionScript but I didnt know how to bind the key=value pair to a ComboBox