Re: [flexcoders] Re: ComboBox SelectedItem Problem with resultFormat e4x - Very Urgent

2008-12-16 Thread samson kiran
Thank you so much. It worked :). You saved my life, thank you. On Thu, Dec 11, 2008 at 3:32 PM, valdhor wrote: > Try combobox.selectedit...@data > > --- In flexcoders@yahoogroups.com , > samsonkiran wrote: > > > > > > Hi > > > > I have an Flex file (.mxml) in which i am making the HTTPService

[flexcoders] Re: ComboBox SelectedItem Problem with resultFormat e4x - Very Urgent

2008-12-11 Thread valdhor
Try combobox.selectedit...@data --- In flexcoders@yahoogroups.com, samsonkiran wrote: > > > Hi > > I have an Flex file (.mxml) in which i am making the HTTPService call to one > JSP. This JSP returns me an XML data. I need to populate the comboBox in the > FLEX with the data coming from the JS