this is the sample code am using to insert data from flex to db using a cfc.(listProperty is the function that has the insert query in cfc). do i use cat.selected or something else?
listManager.listProperty(ctry_name.selectedItem, cat.selected);
this is the sample code am using to insert data from flex to db using a cfc.(listProperty is the function that has the insert query in cfc). do i use cat.selected or something else?
listManager.listProperty(ctry_name.selectedItem, cat.selected);