RE: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Gordon Smith
ptember 16, 2005 11:51 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to pass value selected from combo box to my Java class method   Thx Oscar,   For your response.   I know this. But along with this value selected from combo box i also want to pass whatev

Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Oscar . Cortes
Something like this? cc: Sent by: Subject: Re: [flexcoders] How to pass value selected from combo box to my flexcoders@yahoogroups.com Java c

Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Sandip Patil
Thx Oscar,   For your response.   I know this. But along with this value selected from combo box i also want to pass whatever values User enter in text box.   Here what I all want it is,   Suppse I have text box and combo box. When user enter something in text box & also select value from combo

Re: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Oscar . Cortes
Assuming that you already have a RemoteObject to call your Java Class. This is what I would do: cc: Sent by: Subject: [flexcoders] How to pass value selected from combo box

RE: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Gordon Smith
lex/15/asdocs_en/index.html - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Friday, September 16, 2005 11:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to pass value selected from combo box to my J

RE: [flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread Battershall, Jeff
s] How to pass value selected from combo box to my Java class method Hi all, Can anybody tell me how to pass value selected from combo box to my service class method. Here what I want is depending on the parameter passed to method the method should fetch records from database. In this case I want to

[flexcoders] How to pass value selected from combo box to my Java class method

2005-09-16 Thread sandip_patil01
Hi all, Can anybody tell me how to pass value selected from combo box to my service class method. Here what I want is depending on the parameter passed to method the method should fetch records from database. In this case I want to pass value selected from combo box to my java class method.So h