Hi,
I got problems getting a datagrid to work with an array of objects
received via service. 
The data is generate by amfphp. From php it looks like this 

array (
 [1] => object (
   ... //plain properties
 )
 
 [2] => object (
   ... //plain properties
 ) 
 
)


Note that it starts at 1! If i add a [0] dummy entry in php it works
if i dont i just get 2 colums side by side saying "object".

This is what the Debugger gave me :

Object (
 [1] => object (
   ... //plain properties
 )
 
 [2] => object (
   ... //plain properties
 ) 
)

BTW: i am using flex 3 beta 2.
Cheers,
Nikolas


Reply via email to