Hi,
I have an issue in my application.
I get a list of objects from a
java class into an ArrayCollection variable in my action script page. The ArrayList consists of key value pairs which is used to display in a combo box. when one of the value is selected, i need to get the value into a
String variable. Only then can I go for further processings and use the resultant string variable to fetch values from DB.
So, can anyone help me how to get the values from an arrayList into a String Variable.
thanks in advance...!