Unable to instantiate Action, login, defined for 解决方法

来源:互联网 发布:dede tag标签源码 编辑:程序博客网 时间:2024/05/19 06:37

报错Unable to instantiate Action, login, defined for .......

struts2 spring 整合时报错,原因是action 里面没有写setDao(Dao dao),必须填写setter