Invalid action class configuration that references an unknown class named错误解决

1、查看struts2.xml中action配置class以及对应method是否正确

2、struts2.xml中result是否可以正确跳转(跳转后的部分是否出错)

3、页面是否有错误的传值

4、断点看看相关方法执行中是否报错

你可能感兴趣的:(struts2,调试)