Hi all, I have a flash forms question! I have a flash form with a grid that uses remoting to get the data to display in the grid. That part works fine. The problem is I want to let the user edit the grid and submit the changes back to the cfc through remoting. I tried using the suggestion from this weblog (http://www.asfusion.com/blog/entry/how-to-transfer-data-with-flash-remo ting), but it doesn't work. I keep getting errors from the cfc such as "The argument DATAGRIDDATA passed to function testGridToCFC() is not of type Struct." I tried other types of course, but they all return this error, or if I don't put a type in the cfargument, I get "Complex object types cannot be converted to simple values." Any ideas? Thanks, Steve
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253620 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

