Re: [flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
t as an URL-encoded string or XML string? > > -abdul > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Sjors Pals > Sent: Monday, October 03, 2005 5:22 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders

RE: [flexcoders] Submitting a form

2005-10-03 Thread Abdul Qabiz
: [flexcoders] Submitting a form not really, the string is something like this: 'formname=aandelen&xxx_test=12132&xxx_test2=sdasd&xxx_super=asdfasdf&yy_ blah=1&yy_test3=234234'; Greets, Sjors Abdul Qabiz wrote: > If I get it correctly, you want to send request

Re: [flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
you can set the contentType property of HTTPService to > > contentType="application/xml" > > > -abdul > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Sjors Pals > Sent: Monday, October 03, 2005 5:05 PM &

RE: [flexcoders] Submitting a form

2005-10-03 Thread Abdul Qabiz
October 03, 2005 5:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Submitting a form A colleague build a formengine in flex based on xml configuration files. The engine is working nice, but i detected a problem when we submit the data to the server. The information is Send as one big strin

[flexcoders] Submitting a form

2005-10-03 Thread Sjors Pals
A colleague build a formengine in flex based on xml configuration files. The engine is working nice, but i detected a problem when we submit the data to the server. The information is Send as one big string, because we want to reuse the existing backend on the server. Code: http://10.0.0.50