View Single Post
  #2 (permalink)  
Old 07-24-2008, 06:10 PM
dimival
 
Posts: n/a
Diggs:
Default Re: mx:list to comma delimited list

Use the selectedItems property, it is an array of the items selected in the List. Just loop through this array and add the elements to the list you want to insert in the db.
Reply With Quote