Unable to instantiate Action, cfgmaintenanceAction, defined for 'cfgmaintenanceList' in namespace '/cfgmaintenance'Error creating bean with name 'cfgmaintenanceAction' defined in class path resource [com/cnc/itsm/two/cfgmaintenance/xml/cfg_maintenance-struts2.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'cfgMaintenanceDAO' of bean class [com.cnc.itsm.two.cfgmaintenance.action.cfgmaintenanceAction]: Bean property 'cfgMaintenanceDAO' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? - action - file:/D:/project/workspace/itsm3/web-module/webapp/WEB-INF/classes/com/cnc/itsm/two/cfgmaintenance/xml/cfg_maintenance-config-struts2.xml:7:80
額! 下次問問題的時候,請把問題說明清楚,不要只貼錯誤,不然不好解決。
按照提示來說,就是無法實例化在空間/cfgmaintenance中的cfgmaintenanceAction。
錯誤的原因是:屬性值錯誤,沒有這個屬性。可以去檢查下cfgMaintenanceDAO這裡面的幾個getter方法。不過按照你類的命名,既然是Dao,就不大可能出現getter方法啊,所以還有可能就是你的配置Dao的地方錯了。 去檢查下cfg_maintenance-config-struts2.xml第80行