Hi,

Sorry for the noob question.

I am calling a cfc via remote object:

<mx:RemoteObject
                id="dataManager"
                showBusyCursor="true"
                destination="ColdFusion"
                source="cfcs.portfolio">
                
<mx:method name="getPortfolio" result="returnHandler(event)"
fault="Alert.show(event.fault.faultString)"/>
                
</mx:RemoteObject>

I'm assuming that the method name should correspond to the function name
that I want to call in the cfc?

I don't seem to get any errors, so I'm assuming this call is happening fine,
but how do I check? Is there the equivalent of cfdump in Flex?

Cheers

Will

PS, after this, I want to 'loop' over the result of the remote object call
and output it. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5155
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to