🌳 에러 코드
Stacktrace:] with root cause
java.lang.NumberFormatException: For input string: "comment"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
Thu Apr 20 18:39:20 KST 2023
There was an unexpected error (type=Internal Server Error, status=500).
For input string: "comment"
java.lang.NumberFormatException: For input string: "comment" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatExcep
🌳 해결 방법
🌾 원인 : List를 jsp에서 뿌릴 때 items 명 잘못 구성.
🌾 해결 방법 : List는 jsp 뿌릴 때 items명을 2중 구조로 쓴 후 필드명 쓰기.
<전>
<후>
'코딩 에러 및 질문' 카테고리의 다른 글
맥북 - 이클립스 유용한 단축키 (0) | 2023.04.25 |
---|---|
java.lang.StringIndexOutOfBoundsException (0) | 2023.04.25 |
org.springframework.web.multipart.MultipartException: Current request is not a multipart request (0) | 2023.04.18 |
"ERROR" dispatch for POST "/error", parameters={} (0) | 2023.04.15 |
org.apache.ibatis.exceptions.TooManyResultsException: (0) | 2023.04.14 |