|
Prev: cfselect
Next: PDF to FlashPaper 2
From: Rick on 12 Sep 2006 15:06 How do you get the selecteditems from multiple selection on a cfselect on flash remoting? Any help would be most appreciated!!! I have a cfselect in a flash form I want to have multiple selections for. When I send the data over to the cfc ( I am using remoting) I do not get the list of data from the data I send. Here is what I am doing. mlist is my cfselect and auto is the value field. this is my call to the cfc. myService.schcreatepa(mlist.selectedItems.auto,.................. I have tried this but it says it is not an array. I have tried string but I get not data back. <cfargument name="mlist" required="false" type="array" default="" /> I have tried looping over the list or use arraytolist but nothing seems to work. Sorry this is a double post
|
Pages: 1 Prev: cfselect Next: PDF to FlashPaper 2 |