[flexcoders] How to pass selected value from combox

2005-09-20 Thread sandip_patil01
Hi All, I am still not able to find how to pass value selected from combox to my java method. Here what I done, I have my combo box populated with data retrived from database as mx:ComboBox id=item dataProvider={listInfo} where listInfo is populated with records from database. Let say with

RE: [flexcoders] How to pass selected value from combox

2005-09-20 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] How to pass selected value from combox Hi All, I am still not able to find how to pass value selected from combox to my java method. Here what I done, I have my combo box populated with data retrived from database as mx:ComboBox id=item dataProvider