On Sun, Jan 4, 2009 at 3:19 AM, Vijay <[email protected]> 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 > > Code Snippet
[snip] Do you want to display each key as an item? You'll have to convert the hash map object into an array. Manish

