首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

struts2错误There is no Action 地图ped for namespace * and action name

2012-09-01 
struts2异常There is no Action mapped for namespace *and action name解决There is no Action mapped fo

struts2异常There is no Action mapped for namespace * and action name

解决There is no Action mapped for namespace *? and action name? (* 代表异常namespace名称)

参照上一篇博客中关于namespace访问顺序,可知,在每次报次异常之前都会先去访问namespace=“”的package 所以,我们可以在struts.xml文件中配置一个默认namaspace

?

这样系统在找不到指定namespace下的action时就会跳该页面。

?

热点排行