I am trying to do a protoype and working on it using Flex and integrating with Spring.
I have a scenario in which i need to pass ArrayCollection to Java.When i debug i am able to see that when i pass the arraycollection to RemoteCall it has Values but in Java this is not having values.
Can you help me how to pass ArrayCollections from Flex to Java?
I will create a object Class B and set the object of class B in arrayCollection of Class A. ie single Class A can have many objects of Class B in ArrayCollection.
This is one to many concept and it will be stored in the database.