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

