Hi,
what is the easiest way to send form data to the server when dealing with
model objects?

In case of being qx.util.Serializer.toUriParameter(),. shound't it support
arrays?

I have something like that to serialize:

{
    id: "1",
    name: "my name",
    myArray: [1, 2, 3]
}

my backend is php and what I want to receive is:

id=1
name=my name
myArray[0]=1
myArray[1]=2
myArray[2]=3

would be great to be able to serialize something more complex too:

myArray[0][2]

or maps:

myMap["index"]["another"]
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to