Caused by: javax.el.PropertyNotFoundException: Property ‘name’ not found on type com.test.model.CsPayment
1、本次原因:
CsPayment未加入get方法
2、注意点
检查getter和setter方法
Caused by: javax.el.PropertyNotFoundException: Property ‘name’ not found on type com.test.model.CsPayment
1、本次原因:
CsPayment未加入get方法
2、注意点
检查getter和setter方法