[flexcoders] Pass array to CFC through Web Service

2005-12-22 Thread Jason Doyle
Has anyone got this to work? I have been on this forever and cannto figure it out... I am creating an array of objects like this. The target is a row from a datagrid being dragged onto another grid. for(var i = 0; i event.target.dataProvider.length; i++){

Re: [flexcoders] Pass array to CFC through Web Service

2005-12-22 Thread Tariq Ahmed
Well it looks like your function called remUpdateAssignments() has a return type of boolean, and isn't returning one as such. So I'm guessing your function signature looks something like: cffunction name=remUpdateAssignments returnType=boolean ... cfargument name=aAssignments type=array