728x90
728x90
에러 메세지
Exception evaluating SpringEL expression EL1007E: Property or field 'id' cannot be found on null

에러 원인
DTO객체를 리턴받아 th:value="${dto.id}"로 주었는데, null을 받아와서 에러 발생
해결
th:value="${dto?.id}
728x90
300x250