Struts错误集
Struts异常集
1、错误 :javax.servlet.ServletException: DispatchMapping[0] does not define a handler property
原因: action参数配置不全
解决方法:在 config文件中 添加 parameter="method"等
2、错误:Exception creating bean of class xxxForm
解决方法:更改包路径
3、错误Cannot forward after response has been committed转发
解决方法:Action.do名字不对
4、AcionForm不能写构造函数,否则出现creat bean 异常
1、错误 :javax.servlet.ServletException: DispatchMapping[0] does not define a handler property
原因: action参数配置不全
解决方法:在 config文件中 添加 parameter="method"等
2、错误:Exception creating bean of class xxxForm
解决方法:更改包路径
3、错误Cannot forward after response has been committed转发
解决方法:Action.do名字不对
4、AcionForm不能写构造函数,否则出现creat bean 异常