Create a Java object that has a method that takes two parameters, login and password.

 

<mx:RemoteObject id=”ro” source=”yourclass” result=”handleResult(event)” fault=”handleFault(event)”>

 

</mx:RemoteObject>

 

//somewhere in your code

ro.yourMethod(login, password); //when the method returns your handleResult method will be called with the return value.

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Partha Sarathi Das
Sent: Thursday, January 26, 2006 10:28 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to send data to server by using Remote Object ?

 

Hi,

Can anybody send me a sample code for sending FORM data to server by Remote Object?For example I have two form data named login and password?I want to send these form data and My java Class will process the data and do something required.

Thanks and Regards,
Partha Sarathi Das,
Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 Company)
Marisoft , Kalyani Nagar,
Pune,India
[EMAIL PROTECTED],
www.cybage.com
Ph.(Office) : 91 20 56041700  Ext. 2812




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to