struts 常见错误汇总
1.No bean found under attribute key XXX 在struts-config.xml里定义了一个ActionForm,但type属性指定的类不存在,type属性的值应该是Form类的全名。或者是在Action的定义中,name或attribute属性指定的ActionForm不存在。 2.Cannot find bean XXX in a...