Re: [flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-21 Thread Angelo Anolin
...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of valdhor Sent: Thursday, August 20, 2009 8:40 AM To: flexcod...@yahoogro ups.com Subject: [flexcoders] Re: Changing ResultHandler of WebService Operation Probably not. In ActionScript, you would add an event listener. For a

RE: [flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-20 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Thursday, August 20, 2009 8:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Changing ResultHandler of WebService Operation Probably not. In ActionScript, you would add an event listener. For a remote object it is

[flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-20 Thread valdhor
Probably not. In ActionScript, you would add an event listener. For a remote object it is... theRemoteObject.theOperation.removeEventListener(ResultEvent.RESULT, firstResultHandler) theRemoteObject.theOperation.addEventListener(ResultEvent.RESULT, secondResultHandler) I would think it would b

[flexcoders] Re: Changing ResultHandler of WebService Operation

2009-08-20 Thread valdhor
Can you get to http://localhost:8084/Projects/projectdelete.do from a browser? ie. Just type the url in the browser. What do you get? Also, what does Charles show? --- In flexcoders@yahoogroups.com, Purnima S wrote: > > Hello, > Iam getting the following error in my application . please help m