🌳 에러 코드
Required request parameter 'languageCategoryId' for method parameter type String is not present
org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'languageCategoryId' for method parameter type String is not present
🌳 해결 방법
🌾 원인 : 처음 Grammar 화면 들어갈 때 defaultValue값을 설정하지 않아 생긴 오류.
🌾 해결 방법 : defaultValue값 설정해서 파라미터를 기본값으로 세팅하여 null발생하지 않게 예방한다.
<전>
<후>
'코딩 에러 및 질문' 카테고리의 다른 글
javax.servlet.jsp.JspTagException: (0) | 2023.05.19 |
---|---|
javax.el.PropertyNotFoundException (0) | 2023.05.17 |
nested exception is org.apache.ibatis.exceptions.TooManyResultsException: (0) | 2023.05.15 |
session 프로필 사진 에러 (0) | 2023.05.12 |
NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "userId" is null (0) | 2023.05.11 |