Re: mx:list to comma delimited list
selectedItems is an array of *objects*. [Object object] happens when you
attempt to display an object in a component that is expecting a string.
You need to specify the name of the property in the object that contains the
string value you want to use.
Tracy
|