Dan, If you have CF8, Google for "__type__" That is the key that does the automatic conversion of a structure into a typed object. This shows and example: http://livedocs.adobe.com/coldfusion/8/htmldocs/UseFlexDataService_05.html It is easy to implement and it works well.
For the data type conversion check this out: http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData4.htm It is old, but it should be accurate. Good luck, Mike Chabot On Sat, May 17, 2008 at 11:36 AM, Dan Vega <[EMAIL PROTECTED]> wrote: > I am new to Flex and I have some questions about data types. I have a method > in ColdFusion that returns a structure. I heard that this is automatically > converted for me. I was wondering if anyone can point me to article that > explains what types in CF are converted to in Flex. I put a break point on > my result and it just looks like an object. > > A follow up to that is there a method that I can use that will return the > type of object I am working with? > > --------- > Completely separate how does the data provider for different components such > as the tree and datagrid work? I have datagrids working with > arraycollections and xmlcollections. Is there a specific format for the dp > to work? > > > > Thank You > Dan > >

