Ticket #2255 (closed defect: fixed)
dojo.io.bind does not do recursive serialization
| Reported by: | guest | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9beta |
| Component: | IO | Version: | 0.4.1 |
| Severity: | normal | Keywords: | io bind |
| Cc: | jeff@… |
Description
When calling dojo.io.bind with a nested array, such as:
content: {
param0: document.getElementById('something').value,
param1: {
qualifier: 'x',
other: 'y'
},
param2: {
option_a: 1,
option_b: 2
}
}
it behaves by passing the nested "objects" directly without attempting to serialize them first. This makes it impossible to call a function using XmlHttpRequest? which uses hashes for any of its parameters (like one coded in PHP or Python).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.