I have ArrayCollection in my flex page.
What is the best approach to send this data to a Java Servlet?
If i sent the array collection through url request, it receiving in servlet as string.
I need to iterate and take that data.
Please help how we can get the data as list or map. so that we can iterate and take the data.