You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"For a success response including a body, when the value of the replace attribute on element submission is "all", the event xforms-submit-done is dispatched, and submit processing concludes with entire containing document being replaced with the returned body."
It replaces current document (using document.write):
//submission.prototype.processResult
case "all":
oObserver.ownerDocument.logger.log("@replace = 'all'", "submission");
Imported from backplanejs Google Code issue 73.
Attached forms demonstrate that when using Internet Explorer and trying to do a POST submission of instance data to a resource, errors occur.
When running the attached files on a local webserver, I expect clicking "Submit" in the test-submission-POST.html form to do the following:
Currently the following happens:
I've attached the screen shots, the test-submission-POST.html and echo.aspx files that show the behaviour described above.
screen-shot-1.gif shows the results when the formsPlayer plugin is used with the form. I have also attached that form, test-submmission-POST-fp.html.
Priority: High
Type: Defect
Attachments
echo.aspx (592 bytes)
test-submission-POST-fp.html (1.2 KB)
test-submission-POST.html (1.2 KB)
screen-shot-1.gif (34.4 KB)
screen-shot-2.gif (53.8 KB)
The text was updated successfully, but these errors were encountered: