Send POST-Data does not work

Hi all,
I am new to Flex so I try some stuff to get myself into
AS/Flex in a good way (I hope :)).
I wrote a small class that encapsulates the HTTPService class
using AS. Then I tried to send some data and I get a response from
my server but the POST-Data I try to send does not come up.
Everything else seems to wokr in my class...
Code attached!!!
Anyone knows why there is no POST-Data sent to my PHP? When I
alert the contents of my _objPostData.objPostData I get the Data I
entered in my edtLoginUsername/edtLoginPassword. So what goes
Wrong???
Thx
polysign

"polysign.lu" <[email protected]> wrote in
message
news:gc7dga$ise$[email protected]..
> Hi all,
>
> I am new to Flex so I try some stuff to get myself into
AS/Flex in a good
> way
> (I hope :)).
> I wrote a small class that encapsulates the HTTPService
class using AS.
> Then I
> tried to send some data and I get a response from my
server but the
> POST-Data I
> try to send does not come up. Everything else seems to
wokr in my class...
>
> Code attached!!!
>
> Anyone knows why there is no POST-Data sent to my PHP?
When I alert the
> contents of my _objPostData.objPostData I get the Data I
entered in my
> edtLoginUsername/edtLoginPassword. So what goes Wrong???
Are you SURE you're sure that no post data is getting sent?
To me it just
looks like you're not actually WAITING for the result by
attaching an event
listener to the result event. Instead, you're trying to read
the result
event immediately.
HTH;
Amy

Similar Messages

  • DOCUMENT SETTING that ALLOW FUTURE POSTING DATE does not work in PL34

    Hi Expert,
    I am now using SAP B1 2005B (7.40.252) sp:00 pl:34 and realised that the ALLOW Future Posting Date was not working. 
    I still can remember while I was using pl:11 at B1 2005A, there is no such problem and wish to know when can the bug fix up? in which sp/pl?
    Wish to hear goods news ASAP .
    Thank you.
    Joan.

    Basically can you please clarrify your requirement as to what you want to change ..what I understand you would need to change the code for ABAP - RFEBBE00
    Value Date code in the above abap
            IF PAR_VALD = 'X'.
              MOVE C2-VALDT TO HLP_VALDT.  "  VALUE DATE
             write hlp_valdt to umsatz-budat dd/mm/yy.
            ELSE.
              MOVE C8-BALDT TO HLP_BALDT.
              MOVE HLP_BALDT TO HLP_VALDT.
            write hlp_valdt to umsatz-budat dd/mm/yy.
            ENDIF.
               MOVE HLP_VALDT(2) TO UMSATZ-BUDAT.
               MOVE HLP_VALDT2(2) TO UMSATZ-BUDAT3.
               MOVE HLP_VALDT4(2) TO UMSATZ-BUDAT6.
    Regards
    Anurag
    Message was edited by: Anurag Bankley

  • Sending e-mails does not work

    After switching on the mail server, adding an MX record on the DNS of the server and on the web site of the domain supplier the mail server is working. That is sending and receiving locally works. Receiving external mail works as well but sending mail back does not work. The mail is sent but never arrives. The SMTP log gives the following message.
    Jan 19 23:19:10 domain.nl postfix/smtp[80282]: connect to gmail-smtp-in.l.google.com[173.194.70.26]:25: Operation timed out
    Jan 19 23:19:10 domain.nl postfix/smtp[80282]: connect to gmail-smtp-in.l.google.com[2a00:1450:4001:c02::1a]:25: No route to host
    Jan 19 23:19:10 domain.nl postfix/smtp[80282]: connect to alt1.gmail-smtp-in.l.google.com[2a00:1450:4010:c04::1b]:25: No route to host
    (domain.nl is not the real used domain name)
    Can anybody help.
    It is the last part of the server that does not work. Wiki's, webserver, network users, calendars, contracts are all working fine.
    Thanks in advance.

    are you on a static IP with a provider that doesn't block port 25?
    from terminal, what happens when you
         telnet gmail-smtp-in.l.google.com 25

  • The Restriction option to NOT ALLOW CHANGES to Mobile or Cellular data does not work why is this ?

    The Restriction option to NOT ALLOW CHANGES to Mobile or Cellular data does not work why is this ?

    Hi there,
    You may want to try force closing all open apps and resetting the device as an initial troubleshooting step. Take a look at the articles below for more information.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    Additionally, you may want to try completely disabling and re-enabling restrictions.
    -Griff W.

  • After the upgrade to Mozilla 32 using csv files to import data does not work anymore. What should I do?

    Hello,
    After the latest upgrade to Mozilla 32 a previously recorded imacros scirpt in which the data was being imported into mozilla from a csv file keeps erroring out. This same problem occurred with the with the upgrade to Mozilla 30 and was fixed when Mozilla was upgraded to 31. Can you please advise on how to correct the problem so that csv files can be used in conjunction with imacros scripts. I would like to point out that imacros still works without the use of csv files, but when you introduce a csv to the script the imacros does not work.
    Thank you,
    Eugene

    hello eugene, please directly contact the imacros extension developers through the means provided at their [http://forum.iopus.com/viewforum.php?f=11 forum] - they can likely give you more detailed guidance and are the only ones who can fix bugs or make necessary adjustments in the addon for new firefox versions. thank you...

  • Posting date = Value date does not work

    hi,
       this is the problem given by them,
    symptom:
    When the parameter 'Posting date is value date' is active, the posting date of all movements of a bank statement is the bank statement date and not the value date of the individual movements of the bank statement.
    other terms:
    RFEBBE00,CODA,Belgian Bank statement,PAR_VALD,FEBPDO-BEVALD,FEBBEVALD
    Reason & Prerequisites:
    The program converts the belgian bank statement format to the Multicash format.The multicash format uses the bank statement date as the posting date.
    I want to know how the logic is done so that we will get the posting date = value date and in which user exit is it written?
    Plz help me.
    Regards,
    Shalini

    Basically can you please clarrify your requirement as to what you want to change ..what I understand you would need to change the code for ABAP - RFEBBE00
    Value Date code in the above abap
            IF PAR_VALD = 'X'.
              MOVE C2-VALDT TO HLP_VALDT.  "  VALUE DATE
             write hlp_valdt to umsatz-budat dd/mm/yy.
            ELSE.
              MOVE C8-BALDT TO HLP_BALDT.
              MOVE HLP_BALDT TO HLP_VALDT.
            write hlp_valdt to umsatz-budat dd/mm/yy.
            ENDIF.
               MOVE HLP_VALDT(2) TO UMSATZ-BUDAT.
               MOVE HLP_VALDT2(2) TO UMSATZ-BUDAT3.
               MOVE HLP_VALDT4(2) TO UMSATZ-BUDAT6.
    Regards
    Anurag
    Message was edited by: Anurag Bankley

  • Foreign Exchange - Posting date - updation - Not Working Properly

    Hi Friends,
    At the time of posting the Purchase invoice in Transaction Code MIRO, the system is picking the Exchange rates form the table based on our posting date in the Invoice screen.
    System is not updating the exchange rate, if we change the Posting date just before posting.
    Example:
    Transaction code MIRO
    Posting date 21.01.2010; Exchange rate picked by system - 46.67 (USD and INR) Maintained in Table - 21.01.2010 - Rs.46.67
    before posting we are changing the posting date from 21.01.2010 to 22.01.2010
    Posting date 22.01.2010; Exchange rate picked by system - 46.67 (USD and INR) maintained in Tabl - 22.01.2010 - Rs.46.99
    To bring the correct exchange rate into effect, We are coming out of the Transaction code and Re-entering the correct posting date.
    Is there is any solution to make the system pick the exchage rate whenever we change the posting date?
    Thanks in advance friends and collegues

    Thanks for Quick reply
    I have a separte Exchange rate in PO (purchase Order) and I have not activated the fixed Exchage rate in the Purchase Order
    If I have activated the Fixed Exchange rate in Purchase order - then the system will not accept other Exchange rates in Transaction Code MIRO (booking LIV)
    I have not activated the Fixed Exchange rate in Purchase order (Please have a look at the Purchase Order - A check box for maintaining the Fixed Exchange rate through out the P2P Cycle.
    If the fixed exchange rate is notactivated in PO, the system will pick the Posting Date in the Transaction Code MIRO (LIV) for calculating the Exchange rate.
    Now my query is why the system is not changing the Exchange rate automatically when I change the Posting date in Transaction Code MIRO. Please also let me know what should be done from our side so that whenever I change the posting date in Transaction Code MIRO, the system should pick the Exchange Rate according to the Posting Date in Transaction Code MIRO.
    Thanks for showing Interest
    Thak you and Kindest Rgeards
    Srikaanth

  • Spry xml data does not work in ie

    Hello all,
    I'm attempting to use a spry data set / xml. Works great in FF. I can't get it to function in IE. On my test machine, it will blink the html content without the xml data and then just disappear. No error. I've created a simple test page for trouble shooting. I'm using Spry version 1.6.1.
    Can you please take a look and see if you can tell what I'm doing wrong? Thanks in advance.
    Links to the test pages:
    http://psstudios.com/clients/tesseract/caltest.htm
    <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8" />
    http://psstudios.com/clients/tesseract/caltest1.htm
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    and the xml:
    http://psstudios.com/clients/tesseract/tesseract_events.xml
    http://psstudios.com/clients/tesseract/tesseract_news.xml

    Your server is sending xml files with the content-type header text/plain. XML files should have the content-type text/xml. If you fix this, it would work. If you cannot change the server settings to serve the appropriate header see my post over at the Spry forums: http://forums.adobe.com/message/2179253#2179253
    It might fixes the issue for you, but that still doesn't mean it would fix your server

  • Input Date does not work correctly In dynamic region

    Hello everyone.
    I created a view with a dynamic region. When switch to a region with Input Date components, if I click the "Choose Date" button, this region will exit to default region without any error message.
    The component works well in default region but not in regions switched by Link.
    I tried it in a completely new application and i am sure there is no any problem except the component and the region themselves.
    SO, if someone tied doing this and know what cause it and how to fix it?
    Edited by: 1007000 on 2013-5-20 下午8:49

    Well, i find out the problem. I set the managed bean of the region backing scope, and Input Date is a server-side component. So the taskflow id will lost when i click the Choose Date button.
    change the scope to pageflow, and it works.

  • IPhoto change time and date does not work with Flickr

    Hello everyone,
    In my iPhoto librairies, I do change my photo date and time to set them we they were actually taken. Here, I'm refering especially to photos which are:
    * scanned photo
    * stiched photo
    The issue is:
    When I share these photo on Flickr, Flickr sort them with the previous date time setting, even if I have selected to change the original file in iPhoto.
    So it is painful to end up seeing that all the work done on iPhoto is not reflected elsewhere.
    This issue can only be in iPhoto as the old date time should be swapped with the new one.
    Let me know when the fixed will be implemented so I stop loosing precious time editing photos!
    Regards,
    Francois

    I have an Access Database created with Access 2010 installed on a machine running Windows 8 using the Access 2010 Runtime code. For the most part the database works but all reports that require a date in the header come out with ##error. Works fine
    with full access on any other machine. Just this one were we are using Runtime. Any ideas?
    Make sure you don't have Date used as a Field Name, as it is a Reserved Word in Access and can cause unpredictable behavior.
    Also make sure you have compiled the VBA code, before using the Runtime version.
    Have error handling in place, to capture errors in your DB.
    Hope these pointers help,
    Daniel van den Berg | Washington, USA | "Anticipate the difficult by managing the easy"
    Please vote an answer helpful if they helped. Please mark an answer(s) as an answer when your question is being answered.

  • Data Overage Alert, Text Msg - reply YES to increase data - does not work

    I have talked to (2) Vzn customers that have replied "YES"  to the text message alert regarding data overage.  Reply "YES" to increase your data plan by 2GB for $10. Both replied as instructed and their plans were NOT changed systematically as expected. Fortunately I was calling them pre-bill to review their usage and made the change manually.  Is there a problem with this new reply system??
    From Vzn: Effective 3/2/14, account owners can reply Yes to their data alert to make a plan change. The plan change is backdated to the beginning of the customer's bill cycle, and moves the customer to the next tier of MORE Everything pricing within the same plan category.

        Hello RheaW, you pose an excellent question! After further review, there are currently no reports or outages with the alert system. When they replied yes, did the message go through completely? Do they have any premium messaging blocks? Keep us posted!
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • Sending to compressor does not work

    Hi
    I have only installed FCpro about a week ago. It worked fine but for lack of space I had left out DVD pro and Soundtrack pro. Having made more space thanks to timemachine I the installed these as well. I applied some of the upgrades from the support site (most said that this computer doesn't need them, some worked) and eventually also found the upgrades via software update to get to FCpro 6.0.2. And somewhere here this problem came up: I am in FCpro and export to compressor. Compressor appears in the menu bar but does nothing. Neither does it do anything when I try to feed it a .mov-file. Through "window" I can open the windows but they do nothing. Somewhere i Read a mile long list of steps to repair compressor but it sounded slightly hairraising to me Maybe there is a simpler way to brings back in line...
    Most grateful for any advice,
    best regards,
    Yo

    Don't think this is your problem, but...
    You need to have only one browser tab open, in order to be able to send a file to compressor from within fcp. So don't have any bins open as tabs or windows, just the main browser window, select your sequence and then control click...

  • Facebook chat, like or posting comments does not work

    Antime I try and post to my facebook page or anyone elses I click post and nothing happens. It also will not load chat at all.
    == URL of affected sites ==
    http://facebook.com

    Hello Dave.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].
    As for your issue, hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/Websites+look+wrong
    In any case, it's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there.

  • Absolute cell reference in formula does not work when sorting. Previously posted solution does not work.

    I have two worksheets. Worksheet A has 5 columns. First Name, Last Name, Donation Amount, Donation Date, Contact Person. On the other worksheet I am trying to get the donations done or enabled by a certain
    contact person.  My formula is a simple addition: 
    ='Board_Donations_2013-2014'!D7+'Board_Donations_2013-2014'!D284
    It's a simple addition but when I sort Worksheet A by first name, or last name or any other way the amount/number on the cells change. D7 for example is $5,000, but when I sort the list by a different parameter
    it becomes $20,000 or whatever amount is on that cell now. I tried to use absolute reference, but it still changes.
    I want the amount/number on the cell (in this case D7 or D284) to stay consistent in the formula after sorting, not the cell location itself.
    I have office XP and Excel 2010.
    Any suggestions?
    Thanks,
    Rose

    Hi,
    Based on your required, we may add a Vlookup formula in the calculation process. It'll help us keep the relevant name & donation amount value after sorting. Please see the below image:
    Formula: =SUM(VLOOKUP("jonh",A2:E4,3,0),VLOOKUP("luna",A2:E4,3,0))
    http://office.microsoft.com/en-us/excel-help/vlookup-HP005209335.aspx
    Regards,
    George Zhao
    TechNet Community Support

  • Sender JMS Adapter does not work

    Hi all,
    We have created a sender JMS adapter with transport protocol "Access JMS Provider with JNDI". The adapter connects to destination successfully, so the connection parameters are right. However, we do not receive any message when the sender sends them.
    What parameters should we set to be able to retrieve messages from the queue?
    Thanks in advance,
    Samantha.

    Hi,
    Into Communication Channel Monitoring, we get the following errors:
    1. Error occurred while processing message: null. Detailed error (if any): java.lang.NullPointerException: at java.text.MessageFormat.applyPattern(MessageFormat.java:414) ...
    2. Added dynamic header: DCJMSMessageSelector to XI message null which corresponds to JMS message selector: mentioned in the channel configuration
    3. XI message ID corresponding to the JMS message with ID: ID:1109F6E3DF541328-00000000053E as stripped of the "ID:" marker and now has the value: null
    4. XI message ID corresponding to JMS message with ID: ID:1109F6E3DF541328-00000000053E will be created with the value of JMSCorrelationID which has the value: null
    Where is the problem?
    Thanks again,
    Samantha.

Maybe you are looking for

  • Vision builder

    Hi there ! I'm new in the field of machine vision and I need your help in my project,I want to build an application that inspects the sealed terminals of automative wires like in the image attaches below, calibration and edge detection and comparing

  • Nokia presenets its new flagship phone the 'N97'

    Quite shocking and surprising that none here has bothered to update others about nokia's new i-phone.... oh i mean i-phone competition........ Drum Roll............ Ladies and Gents brace yourself as Nokia presents its new flagship phone the 'N97' Th

  • URGENT:Read-Only-Table

    I Have a EO/VO called "Customers" and a EO/VO called "authorized". Well, in the EO/VO "authorized" I have a attribute "Customer_ID". I need show this in Read-Only-Table. Customers_Name | Authorized_Name AAA xxxx AAA yyyy BBB vvvv 1.Structure EO/VO Cu

  • Dreamweaver CS4 and IE 5.2 for Mac problem

    I'm testing my new/first website.  I'm using Dreamweaver CS4. The horizontal Spry Menu bar works fine in Internet Explorer and Safari but not in Microsoft Internet Explorer 5.2 for Mac 5.2.3 (5815.1). The horizontal menu bar becomes vertical  and the

  • Looking for older firmware

    I contacted some other technical support, they suggested doing incremental firmware updates. (regarding my other post about error when trying to upgrade controller firmware). So the older ones first. Does anyone know where I can get some of the older