DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15026>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15026 Validation should send back all errors in one shot Summary: Validation should send back all errors in one shot Product: Commons Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Validator AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be nice to have the validator perform all validation rules in one shot. Currently, if a single required field is missing, the rest of the fields are not validated. In this case, the user is given a message indicating the missing field, but the rest of the fields, which may have format issues or length requirement could also be invalid, but are never checked. It makes more sense to receive one error message indicating all invalid fields, then having to re-submit multiple times before correcting all invalid inputs. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>