Thread
:
mx:list to comma delimited list
View Single Post
#
2
(
permalink
)
07-24-2008, 06:10 PM
dimival
Posts: n/a
Diggs:
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.
dimival