Closed backplane-import closed 13 years ago
Alex adds:
In previous comment, where it says:
"Verifying via Fiddler, only:
Removed the IE-specific tag, since it happens in all browsers.
Updates
Owner set to markbirbeck
Ticket status set to Started
This issue was closed by revision f29790fc91b00a29c828fab292efda4554195c6a (originally 96a31602fd).
Updates
Ticket status set to Fixed
Imported from backplanejs Google Code issue 43.
Reported by Alex Sansom:
When submitting an XML instance using IE (7.0.6002.18005) node elemets that are empty do not get included in the submitted data.
E.g., if you send:
<data xmlns=""> <currency-amount currency="GBP" amount=""></currency-amount> </data>
Verifying via Fiddler, only:
<data xmlns=""> <currency-amount currency="GBP"></currency- amount> </data>
gets sent to the resource you've submitted to.
Maybe it's helpful to note that if using the serialize() function with xf:output to display the contents of an instance, empty attributes in instance data are not shown then either.
Priority: Medium Type: Defect Browser: IE