Re: [flexcoders] Sending Form Data

2008-09-02 Thread Cordova Aaron
om Sent: Tuesday, September 2, 2008 3:16:24 PM Subject: Re: [flexcoders] Sending Form Data What do you mean by it stops working? I tested it and it works. -- Sherif Abdou http://VadexFX. com http://Sherifabdou. com - Original Message - From: Cordova Aaron To: [EMAIL PROTECTED] ups.co

Re: [flexcoders] Sending Form Data

2008-09-02 Thread Sherif Abdou
What do you mean by it stops working? I tested it and it works. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Cordova Aaron To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 4:54 PM Subject: [flexcoders] Sending Form

[flexcoders] Sending Form Data

2008-09-02 Thread Cordova Aaron
I create a script that can generate forms on the fly. I run into a snag when sending the data back. For instance if one of the fields being returned is an array. example: var returnMessage:Object = new Object. returnMessage.formid = "123"; returnMessage.address = "345 W. FlexCoder Ave"; returnMe

RE: [flexcoders] Sending form

2007-03-06 Thread Dimitrios Gianninas
Sent: Tuesday, March 06, 2007 7:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sending form Hi All, This is my first post to the group, and is probably a stupid question.. I'm building my first flex application. It consists of the main application area and several forms. The

[flexcoders] Sending form

2007-03-06 Thread RadicalByte
Hi All, This is my first post to the group, and is probably a stupid question.. I'm building my first flex application. It consists of the main application area and several forms. The main application area calls some web services via HTTPService and stores the resulting data in ArrayCollections