Badcreature / mad-components

Automatically exported from code.google.com/p/mad-components
0 stars 0 forks source link

Fix for sendModel sending in JSON the data of the sendModel XML item rather than the localName #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
With 
                    <login>
                        <email>emailId</email>
                        <password>passwordId</password>
                    </login>

What goes to the server is:
emailId=foo&passwordId=bar

What is the expected output? What do you see instead?
email=foo&password=bar

What version of the product are you using? On what operating system?
0.7.1

Please provide any additional information below.

Patch is provided, if I understood how it's supposed to work

Original issue reported on code.google.com by siredl...@gmail.com on 4 Mar 2012 at 2:53

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for reporting this.  This issue will be fixed in 0.7.2

Original comment by doc.andr...@gmail.com on 4 Mar 2012 at 3:37

GoogleCodeExporter commented 8 years ago

Original comment by doc.andr...@gmail.com on 12 Jul 2012 at 11:28