Groups | Blog | Home
all groups > coldfusion flash integration > october 2006 >

coldfusion flash integration : Passing CFGRID data to CFC


PkRtc
10/4/2006 7:35:31 PM
I'm trying to pass data in a cfgrid to an cfc using flash remoting. I'm
passing it as myGrid.dataProvider, on the cfc side I have a CFARGUMENT of type
array. Has anyone had success with this? I receive an error when I try to
reference an item in the array.


Wally Kolcz
10/18/2006 9:01:55 AM
I set a hidden field and set its value to {gridname.selectedItem.itemtopass}
Ex:{myGrid.selectedItem.id} and it passes to the cfc. I have the cfgrid's
selectmode set to 'row'.

Wally Kolcz
10/18/2006 10:00:31 AM
correction. I binded it to the hidden variable.

AddThis Social Bookmark Button