🌳 에러 코드
Tue May 23 15:41:52 KST 2023
There was an unexpected error (type=Internal Server Error, status=500).
Property [reviewCatgoryId] not found on type [com.language.review.model.Review]
javax.el.PropertyNotFoundException: Property [reviewCatgoryId] not found on type [com.language.review.model.Review]
🌳 해결 방법
🌾 원인 : ${reviewLists.reviewCatgoryId} 스펠링 오류.
🌾 해결 방법 : ${reviewLists.reviewCategoryId} - CategoryId로 고치기.
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
리뷰글이 많은 순서대로 조회하기 (0) | 2023.05.24 |
---|---|
org.apache.ibatis.binding.BindingException (0) | 2023.05.23 |
여러 댓글 중, 첫번째 댓글만 보여지는 현상. (0) | 2023.05.23 |
org.springframework.web.bind.MissingServletRequestParameterException: (0) | 2023.05.21 |
에러 - 빈 댓글 생성 (0) | 2023.05.20 |