Re: [flexcoders] HTTPService Error event

2007-10-01 Thread George Georgiou
:* Re: [flexcoders] HTTPService Error event why not just use a webService, and then only show an error if something is wrong.? - Original Message From: George Georgiou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 30, 2007 3:43:55 PM Subject: Re

RE: [flexcoders] HTTPService Error event

2007-10-01 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HTTPService Error event Hi Scott, I have been through many Flex Tutorials but unfortunately our world lacks of tutorials for connectivity with ColdFusion. I am an experianced CF developer but unfortunately I cannot figure out how

Re: [flexcoders] HTTPService Error event

2007-09-30 Thread Scott - FastLane
George - I have not seen this syntax for passing request params to an HTTPService. Of course that doesn't mean it is wrong :) But, here is how I would do it. Change button definition to mx:Button label=Add Employee click=callServer()/ then public function callServer():void { var

Re: [flexcoders] HTTPService Error event

2007-09-30 Thread Sheriff
why not just use a webService, and then only show an error if something is wrong.? - Original Message From: George Georgiou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 30, 2007 3:43:55 PM Subject: Re: [flexcoders] HTTPService Error event

Re: [flexcoders] HTTPService Error event

2007-09-30 Thread Scott - FastLane
George - I figured maybe the way you were passing params was incorrect and thus causing the fault event that you are catching. I don't use ColdFusion, I use Java Servlets on the back end. But, should be very similar. I get the fault event only when the servlet cannot be called at all. I

Re: [flexcoders] HTTPService Error event

2007-09-30 Thread George Georgiou
Hi Scott, I have been through many Flex Tutorials but unfortunately our world lacks of tutorials for connectivity with ColdFusion. I am an experianced CF developer but unfortunately I cannot figure out how to proceed with data through Flex and CF. Indeed - your way is much easier to write and

RE: [flexcoders] HTTPService Error event

2007-09-30 Thread Randy Martin
Just out of curiosity, why aren't you using flash remoting? ~randy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sheriff Sent: Sunday, September 30, 2007 3:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HTTPService Error event why