Here is my code.

<mx:HTTPService id="mycb" url="http://localhost/IceFactory-debug/
cust_xml.php">

        </mx:HTTPService>


<mx:ComboBox id="custs" x="122" y="58" labelField="name"
dataProvider="{mycb.lastResult.customers.cust}" width="275">

</mx:ComboBox>

i am getting this list from MYSQL using php, Problem is that it's
posting only first value of combobox even i selected 2nd or 3rd but
it's sending only first value to php file.

Any idea?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to