23 Dec
2009
23 Dec
'09
1:34 p.m.
On Dec 23, 2009, at 2:30 PM, Fabio Mancinelli wrote:
So a request like this:
className=Foo property#a=aaa property#b=bbb ...
Will create an object of type Foo whose property "a" will be set to "aaa" and property "b" will be set to "bbb".
Of course the previous pair list should be sent using the application/x-www-form-urlencoded format. -Fabio