티스토리 뷰
Spring
Error setting null for parameter #3 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111
자벌레 2018. 5. 15. 17:47Error setting null for parameter #3 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111
#3번째 sql 파라미터값이 null이라서 나타나는 에러.
문제는 jsp view 페이지에 있었는데
input 태그를 readonly로 해야하는 것을 disabled로 막아버려서 였다..;
'Spring' 카테고리의 다른 글
There is no getter for property named 'c_tel' in 'class spring.model.member.MemberDTO' (0) | 2018.05.15 |
---|---|
-request JSP 내부 객체 (0) | 2018.03.22 |
댓글