I'm using Remote Objects in Flex with Cold Fusion 8 to retrieve data.  Flex 
makes a call to a Cold Fusion CFC which runs a query and sends that back to 
Flex.  I pick it up in Flex and attach it to an ArrayCollection which powers my 
grids.  No problems.  

Now I want to go the other way.  I want to send the same ArrayCollection back 
to a CFC and have it show up as a query.  I thought if you pass an Flex 
ArrayCollection to ColdFusion it would be automatically interpreted as a 
ColdFusion query object.

Either this is not the case or I am (again) doing something wrong.  Has anyone 
tried this?  Maybe share some codes examples?

Thanks!

Warren

Reply via email to