View Single Post
  #5 (permalink)  
Old 07-25-2008, 08:05 PM
ntsiii
 
Posts: n/a
Diggs:
Default 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

Reply With Quote