jeongwon
[Error] The expression 'list' evaluated to a null value. 본문
오류:
The expression 'list' evaluated to a null value.
상황:
update ${value} set show='n' where
<foreach collection="list" item="list" separator="or"
index="index">
${condition}=#{list}
</foreach>
위와 같은 mybatis 구문을 통해 배열로 들어온 리스트에 해당하는 레코드 값을 변경하고자 하였음.
해결:
JSP View 단에서부터 list 의 명칭이 잘못 설정되어 수정했음.
<input name="qna_bno" type="checkbox"
value="${qna.bno}">
'Error log' 카테고리의 다른 글
[Error] ORA-01745: invalid host/bind variable name (0) | 2022.11.13 |
---|---|
[Error] Ajax 를 이용한 이미지 파일 삭제 시 오류 (0) | 2022.11.11 |
[Error] button onclick location.href 가 작동 안될 때 (0) | 2022.11.08 |
[Error] org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "id") (0) | 2022.11.08 |
[참고] 영문 자간이 넓어졌을 때 (0) | 2022.11.02 |