In all my flash forms I use, I bind the data from the grid to input
fields in the form. When the user clicks save you acutally send the data
in the input fields as opposed to the grid. 

Make sense... 

-----Original Message-----
From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 20, 2006 10:31 AM
To: CF-Talk
Subject: RE: Flash Forms and sending a grid to a cfc

Well, since the grid is small (4 to 5 rows, with 7 items per row), I
figured that it would be easier to send the grid.

I don't know how I would send just the changes.


-----Original Message-----
From: Kevin Aebig [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 20, 2006 12:24 PM
To: CF-Talk
Subject: RE: Flash Forms and sending a grid to a cfc


Instead of sending the whole grid, just send what's changed. Why send a
whole grid of data if you don't have to?

Cheers,

!k


-----Original Message-----
From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 20, 2006 9:57 AM
To: CF-Talk
Subject: Flash Forms and sending a grid to a cfc

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:253677
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to