Datagrid to CFC
i've been waisting alot of time on this.
i'm trying pass , arraycollection , pass cfc. arraycollection taken datagrid.
flex function
private function publishtoproduction(appid:number):void{
var devq:arraycollection = dghelpls.dataprovider arraycollection;
rotklib.pushtoproduction.send(devq);
}
cfc function
<cffunction name="pushtoproduction">
<cfargument name="devq" type="any" required="yes" />
<cfsavecontent variable="content.x">
<cfdump var="#arguments.devq#">
</cfsavecontent>
<cffile action="write" output="#content.x#" file="#expandpath('query.html')#">
</function>
my problem when arraycollection passed cfc, 1 it's not recognised query, , 2 empty. idea problem might be?
verify data sent correctly flex , in cf acces
the ac myobj[1]
sincerely,
michael
el 17/04/2009, las 10:48, lukedd <forums@adobe.com> escribió:
>
i've been waisting alot of time on this.
>
i'm trying pass , arraycollection , pass cfc. the
arraycollection taken datagrid.
>
private function publishtoproduction(appid:number):void{
var devq:arraycollection = dghelpls.dataprovider as
arraycollection;
rotklib.pushtoproduction.send(devq);
}
>
my problem when arraycollection passed cfc, one
it's not recognised query, , 2 empty.
>
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment