首页 > 代码库 > 6 - Struts配置错误

6 - Struts配置错误

There is no Action mapped for namespace [/] and action name [helloworld] associated with context path [/JavaWeb].

1. 检查struts.xml文件名是否写错

2.检查struts.xml是否放在默认src目录下

 

Struts2 作用: 可以方便WEB-INF下jsp之间的相互访问

6 - Struts配置错误