编程错误记录

[ServletException in:contractSearch/contractEdit_inc.jsp] Cannot find any information on property 'con_arr_time' in a bean of type 'com.transport.form.ContractInfoForm''

这多半是因为<jsp:setProperty〉中的property与bean中变量名不同

javax.servlet.ServletException: [Microsoft][ODBC SQL Server Driver]?效的?述元索引

原因是用rs_.getXXX函数读取结果时顺序与select中的列名顺序不一致。

你可能感兴趣的:(编程,bean,jsp,SQL Server,Microsoft)