Struts常见的11个错误汇总

    1、“No bean found under attribute key XXX”         在struts-config.xml里定义了一个ActionForm,但type属性指定的类不存在,type属性的值应该是Form类的全名。或者是,在Action的定义中,name或attribute属性指定的ActionForm不存在。         2、“Cannot find bea
相关文章
相关标签/搜索