1. 程式人生 > >struts2模型驅動屬性名要和頁面一致

struts2模型驅動屬性名要和頁面一致

JSP程式碼

<input type="text" name="shopId">
javabean程式碼
private Integer shopID;

結果使用模型驅動時報錯

Unexpected Exception caught setting 'shopId' on 'class order.forAndroid.OrderAction: Error setting expression 'shopId' with value ['4', ]

這裡不同於SQL語句,在JDBC的SQL語句中select shopId 和select shopID作用基本一致,但是struts會由於大小寫問題無法對映屬性