Hi all, Im currently using Flex with Flash Communication Server and flash remoting.
On the serverside actionscript I have created a gateway connection to a Java class in my back end. I call a getIssueList() function that returns an arrayList of issue object. The result handler places this arraylist into a slot in the remote shared object. I can see it exists via the comm app inspector. The client side connects to the shared object and I can get the list out of the slot. From here I can run .length on the list and I can see that the correct amount of objects exist. My problem is when I try to set my dataProvider of my dataGrid to the returned list nothing happens. I cant even access individual attributes of the objects in the list. It is almost as if the client doesnt know what type of objects they are. Any ideas on how I can use the objects from within the array list?? thanks in advance

