그럴 경우 간단하게 아래와 같이 확인 할 수 있다.
public String name(@ModelAttribute vo vo,BindingResult errors) throws Exception {
if (errors.hasErrors()) {
System.out.println(":::::::::::::::::: 에러확인 시작 :::::::::::::::::");
System.out.println(errors.getFieldError());
System.out.println(":::::::::::::::::: 에러확인 끝 :::::::::::::::::");
}
}
댓글 없음:
댓글 쓰기