[flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
i cannot figure out how to pass arguments... pls send an example code as to how to pass arguments to a method using remote object i have a class as follows class A { public int func1(int i, string st) { ... } } i created a remote object like... mx:RemoteObject

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
thanks for the reply but it didnt help this is the sig of my method to be called... public int func1(int i,String st) { ... } regards Amit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Mercer, DustinSent: Thursday, August 11,

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
thanks a lot buddy regards Amit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Mercer, DustinSent: Thursday, August 11, 2005 12:13 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] help.. passing arguments to a

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
Thanks a lot... ur suggestion really solved my problem regards Amit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Philippe MaegermanSent: Thursday, August 11, 2005 1:24 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders]

[flexcoders] help...geting error when using http service

2005-08-11 Thread Amit Sanon
whenever i try to use httpservice tag i get an error --- HTTPService Fault:A start tag had no corresponding end tag --- i have a code written like this-- mx:HTTPService id=VerifyLogin url=Login.jsp mx:request usname{username.text}/usname

RE: [flexcoders] help...geting error when using http service

2005-08-11 Thread Amit Sanon
@yahoogroups.comSubject: Re: [flexcoders] help...geting error when using http serviceOn 8/11/05, Amit Sanon [EMAIL PROTECTED] wrote: whenever i try to use httpservice tag i get an error --- HTTPService Fault:A start tag had no corresponding end tag ---Just taking a guess, I think your