mycb.lastResult.customers.cust debug whether you getting this as an array
mycb.lastResult.customers.cust this must be giving u the 1 st value only Try getting the result in e4x format read about handling xml http://livedocs.adobe.com/flex/3/langref/XML.html#includeExamplesSummary On Tue, Feb 3, 2009 at 10:18 AM, Sarm <[email protected]> wrote: > > Here is my code. > > > <mx:HTTPService id="mycb" url="http://localhost/IceFactory-debug/ > cust_xml.php <http://localhost/IceFactory-debug/%0Acust_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 > > > > -- ----------------------------- Regards, HISSAM, ------------------------------ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

