RE: [flexcoders] Re: Problems with POST or GET

2009-01-20 Thread Peter Farland
If you set resultFormat=text does it work? Is it just not working for 
resultFormat=e4x?

Have you confirmed that the request is actually making it to the server, and 
have you confirmed the nature of the response that comes back (using an HTTP 
sniffer tool, like Charles or Paros Proxy)?

Also, try adding a mx:TraceTarget level=0 / tag in your MXML Application 
and then use a debugger to launch your application. Try to look for errors in 
the debug console that may not be making it through to the fault handler.


Pete

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of markgoldin_2000
 Sent: Monday, January 19, 2009 10:17 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Problems with POST or GET
 
 I have Alert box in a fault handler.
 Never seen it's popping.
 
 --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@...
 wrote:
 
  Also, do you have a fault handler?  Have you checked to see if
 it is
  being called?
 
  Tracy Spratt
  Lariat Services
 
  Flex development bandwidth available
 
  
 
  From: flexcoders@yahoogroups.com
 [mailto:flexcod...@yahoogroups.com] On
  Behalf Of Peter Farland
  Sent: Monday, January 19, 2009 4:39 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Re: Problems with POST or GET
 
 
 
  Are you POST'ing to a host on a domain that is not the same as
 the
  domain hosting the SWF?
 
  Are you using HTTPS? If so, does it work when using HTTP?
 
  Does it happen in all browsers, or just a particular one?
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-
 b4cf-1e62079f6847
 Search Archives: http://www.mail-
 archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 


RE: [flexcoders] Re: Problems with POST or GET

2009-01-19 Thread Peter Farland
Are you POST'ing to a host on a domain that is not the same as the domain 
hosting the SWF?

Are you using HTTPS? If so, does it work when using HTTP?

Does it happen in all browsers, or just a particular one?




RE: [flexcoders] Re: Problems with POST or GET

2009-01-19 Thread Tracy Spratt
Also, do you have a fault handler?  Have you checked to see if it is
being called?

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Peter Farland
Sent: Monday, January 19, 2009 4:39 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Problems with POST or GET

 

Are you POST'ing to a host on a domain that is not the same as the
domain hosting the SWF?

Are you using HTTPS? If so, does it work when using HTTP?

Does it happen in all browsers, or just a particular one?