--- In [email protected], "stephen50232" <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've just created a (my first) Flex application using the > ColdFusion/Flex Application wizard, which has created my Flex pages and > my CFC's, but when I run application one of my master/details pages does > not return any data. > > In the getMasterQuery_result() method the wizard has created there is a > Alert.show() method, which displays the array that should populate the > master page of the master/detail page. When I run the Alert.show() > method it displays the array with data in it, so I know that the data is > being returned, but its not being displayed. > > Has anyone had similar problems with the CF/Flex App Wizard? And what do > I need to look for to see why the data is not being displayed on the > screen? > > Thanks >
I would look at the datagrid columns, make sure the DataGridColumn dataField is returning the case sensitive column supplied by the cfc generating the array to your Master view. That's the tip of the iceberg of ideas.

