javascript - Access Validation Failed Field Name in Spring Template -
i using jquery validation form validation. form errors shown not @ affected field in div below submit button. thus, have list of errors use for element attribute reference failed field. populate fields.errors object in thymeleaf tmeplate.
currently, have errors showing in error div, cannot figure out how access failing field. can tell me how find name of field failed specific error message in fields.errors?
Comments
Post a Comment