Shouldn’t you use RemoteObject instead of httpService? If you want to use HTTPService you should invoke it as a
webservice. If you’re using CFMX7 I would advise you to use
RemoteObjects and the new gateway so you can have your cfc objects translated
directly to AS3 classes. João Fernandes From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bacardi
Bryant Oops, as you can see, I’m new to
the list as well. The problem is the results ARE NOT being loaded into the
datagrid. Thanks, Bacardi Bryant regActionTM Programmer International Environmental Associates ph 713.623.5099 ext. 107 fx 713.623.5050 From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bacardi
Bryant Hi, I’m
a complete newbie to flex, but have been charged with building a dashboard in
flex. Our app. is ColdFusion and I would like to do some simple stuff like
output query results from cfc in dashboard. Kinda
following tutorial I wrote:
<mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml layout="absolute"
fillColors="[#2b5e9b, #ffffff]"
viewSourceURL="srcview/index.html">
<mx:HTTPService
id="feedRequest" url="">
useProxy="false" /> <mx:Canvas
label="MyInfo" width="100%" height="100%"
activate="feedRequest.send()"> <mx:DataGrid
x="0" y="0" width="228" id="dgStories"
dataProvider="{feedRequest.lastResult.name}” height="338"
editable="false" enabled="true"> However
the result set is populated in the grid. Is
there something special that I should do? Can flex parse a cfquery object, or
should the cfc output xml? Please help. Thanks, Bacardi Bryant regActionTM Programmer International Environmental Associates -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Working with CFC's Bacardi Bryant
- [flexcoders] Re: Working with CFC's Tom Jordahl
- RE: [flexcoders] Re: Working with CFC's Bacardi Bryant
- RE: [flexcoders] Working with CFC's João Fernandes