Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags more
Archives
Today
Total
관리 메뉴

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 쪽으로 값이 전달되지 않은 것을 확인. 값 전달해줌.