If I have an xml file like such:

<people>
  <person>
    <first_name>Bill</first_name>
    <last_name>Boy</last_name>
    <manager>
      <first_name>Joe</first_name>
      <last_name>Blow</last_name>
    </manager>
  </person>
</people>

and I use this as a data provider for a datagrid, how can I use the
data in the manager child node in the datagrid?  I've tried
manager.first_name and manager..first_name, but nothing shows up in
the column.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4533
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