🌳 에러 코드
Sun Jun 04 23:34:43 KST 2023
There was an unexpected error (type=Internal Server Error, status=500).
Property [content] not found on type [java.lang.String]
javax.el.PropertyNotFoundException: Property [content] not found on type [java.lang.String]
🌳 해결 방법
🌾 원인 : model - addAttribute 입력 시 "" 를 쓴 문법 오류.
🌾 해결 방법 : model.addAttribute("outbox","outbox"); -> model.addAttribute("outbox",outbox);
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
받은 편지함에 보낸 사람의 정보가 뜨는 현상. (0) | 2023.06.05 |
---|---|
받은 편지함이 아닌, 보낸 편지함만 보이는 현상 (0) | 2023.06.05 |
Modal - alert 아이디 번호가 안나오는 현상. (0) | 2023.06.04 |
There was an unexpected error (type=Not Found, status=404). (0) | 2023.06.04 |
javax.el.PropertyNotFoundException (1) | 2023.06.04 |