if (bindingResult.hasErrors()) { // ignore field password if (!bindingResult.hasFieldErrors("password")) { // do something } }