jeongwon
[Error] org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "id") 본문
Error log
[Error] org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "id")
jeongwon_ 2022. 11. 8. 17:26오류:
org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "id")
상황:
DB 테이블 목록을 List 로 받아오던 중 발생
해결:
DAOImpl 에서 mapper 쪽으로 값이 전달되지 않은 것을 확인. 값 전달해줌.
'Error log' 카테고리의 다른 글
[Error] The expression 'list' evaluated to a null value. (0) | 2022.11.08 |
---|---|
[Error] button onclick location.href 가 작동 안될 때 (0) | 2022.11.08 |
[참고] 영문 자간이 넓어졌을 때 (0) | 2022.11.02 |
[Error] mybatis - There is no getter for property named 'table' in 'class java.lang.String' (0) | 2022.11.02 |
[Error] ORA-02292: integrity constraint (~.SYS_C007946) violated - child record found (0) | 2022.10.28 |