Struts2使用注解报错:There is no Action mapped for namespace / and action name ee.
Struts2使用注解报错:There is no Action mapped for namespace / and action name ee.
日期:2019-08-05 10:38:54 人气:1
检查下你的struts.xml包的配置()
再看你的action是否配置为a.action所对应的包,name为a.action,class为action所对应的action文件,result与action中的返回值是否一样。
拓展资料:Struts2基类:
标准返回值:
ActionSupport基类中定义了五个标准的返回值 ,当然我们可以自己随意定义返回的名字
String SUCCESS = "success"; //默认是 SUCCESS 类型
String