用ibatis连接数据库插入数据时页面报错!!求各位大神解决下!!!!

时间:2021-09-07 21:44:40
Struts has detected an unhandled exception:

Messages:
--- The error occurred in emptyForIbatisParse_sqlmap.xml. --- The error occurred while applying a parameter map. --- Check the Student.insert-InlineParameterMap. --- Check the parameter mapping for the 'studentName' property. --- Cause: java.lang.NullPointerException
SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; --- The error occurred in emptyForIbatisParse_sqlmap.xml. --- The error occurred while applying a parameter map. --- Check the Student.insert-InlineParameterMap. --- Check the parameter mapping for the 'studentName' property. --- Cause: java.lang.NullPointerException; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in emptyForIbatisParse_sqlmap.xml. --- The error occurred while applying a parameter map. --- Check the Student.insert-InlineParameterMap. --- Check the parameter mapping for the 'studentName' property. --- Cause: java.lang.NullPointerException
File: com/ibatis/sqlmap/engine/type/UnknownTypeHandler.java

1 个解决方案

#1


在参数中找不到studentName!

#1


在参数中找不到studentName!