instructions for jsonValidationWorkflowStack don't suggest how to avoid
uploading files during the validation step
------------------------------------------------------------------------------------------------------------------
Key: WW-3206
URL: https://issues.apache.org/struts/browse/WW-3206
Project: Struts 2
Issue Type: Improvement
Components: Other, XML Validators
Reporter: Dale Newfield
Assignee: Wes Wannemacher
http://struts.apache.org/2.x/docs/ajax-validation.html shows how to submit the
form via ajax in such a way that it will not invoke the action, but only return
the validation errors as json. If the form includes a file to be uploaded,
though, it will be uploaded both in this validation submission step and then in
the actual form submission step. Modification of the documentation/example
code to show how to avoid that would be useful.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.