struts2常见错误
1.There is no Action mapped for namespace [/] and action name [] associated with context path [/Struts2_test1].
错误原因有两个:
1> 用户把struts.xml名字写错
2>把struts.xml没有放在src的目录下
1.There is no Action mapped for namespace [/] and action name [] associated with context path [/Struts2_test1].
错误原因有两个:
1> 用户把struts.xml名字写错
2>把struts.xml没有放在src的目录下