Struts Problem Report
Struts has detected an unhandled exception:
Messages:
File: net/shopxx/action/admin/CustomerAction.java
Line number: 95
Stacktraces
java.lang.NullPointerException
異常排除: public void setCustomer(Customer customer) {
this.customer = customer;
}
把setCustomer()方法名寫成了setTrade(),所以出錯(cuò)了。
版權(quán)所有,轉(zhuǎn)載請注明出處,否則保留追究法律責(zé)任的權(quán)利,本文著作者:ccb, TopView工作團(tuán)隊(duì)。
Struts has detected an unhandled exception:
Messages:
File: net/shopxx/action/admin/CustomerAction.java
Line number: 95
Stacktraces
java.lang.NullPointerException
異常排除: public void setCustomer(Customer customer) {
this.customer = customer;
}
把setCustomer()方法名寫成了setTrade(),所以出錯(cuò)了。
