🌳 에러 코드
Wed May 17 16:22:30 KST 2023
There was an unexpected error (type=Internal Server Error, status=500).
Property [grammar] not found on type [com.language.grammar.model.Grammar]
javax.el.PropertyNotFoundException: Property [grammar] not found on type [com.language.grammar.model.Grammar
🌳 해결 방법
🌾 원인 : JSP에서 EL태그 ${} 사용시에 오타. Controller에서 가공 객체를 없애고 수정했더니 오류발생.
🌾 해결 방법 : EL태그 ${} 문법에 맞게 수정. grammarLists.grammar.title. -> grammarLists.title로 변경.
<전>
<후>
'코딩 에러 및 질문' 카테고리의 다른 글
가공 메서드 파라미터 오류 (0) | 2023.05.19 |
---|---|
javax.servlet.jsp.JspTagException: (0) | 2023.05.19 |
org.springframework.web.bind.MissingServletRequestParameterException (0) | 2023.05.16 |
nested exception is org.apache.ibatis.exceptions.TooManyResultsException: (0) | 2023.05.15 |
session 프로필 사진 에러 (0) | 2023.05.12 |