public String newsExecute(HttpServletRequest request, @Valid Table1 table1, BindingResult error) throws BindException {
if(table1.getThumbnailFile().getSize()==0){
error.addError(new ObjectError("thumnailPhoto","썸네일 사진이 없습니다."));
throw new BindException(error);
// ValidationUtils.rejectIfEmpty(error,"thumanailPhoto","MSG00001");
}
윗대가리 부분만 잘라옴..
회사 코드라 조금 수정....
exception e안에 BindingResult가 원하는 형식으로 안들어가서(??) 이리저리.. 암튼메모..
'memo' 카테고리의 다른 글
페이스북 / 인스타그램 og image 변경 안될 시 & TEST/ 오픈 그래프 (0) | 2021.12.07 |
---|---|
카카오톡 SNS Og image 변경 안될 시 / 오픈 그래프 (0) | 2021.12.07 |
[chartjs] Ticks (0) | 2021.08.27 |
JAVA SPRING에서 TILES 사용하기 MEMO (0) | 2021.07.06 |
[자바스크립트] htmldivelement 를 String 으로 (0) | 2021.05.14 |
intellij 인텔리제이 ] Command line is too long. Shorten command line for 어쩌구 or also for Spring Boot default configuration? (0) | 2021.05.06 |
java 에러 ] No appropriate protocol (protocol is disabled or cipher suites are inappropriate) (0) | 2021.05.06 |