bug使用spring+struts2注解开发,提示” There is no Action mapped for namespace [/] and action name [xxxxx.act

Posted 敲你码

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bug使用spring+struts2注解开发,提示” There is no Action mapped for namespace [/] and action name [xxxxx.act相关的知识,希望对你有一定的参考价值。

使用注解开发,通过spring管理struts2容器,配置文件没有问题,前台路径无误

错误提示:

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

 

    

解决:

action路径对应的方法类,应放在XXX.action.xxx文件夹下,也就是文件夹路径必须有action这一层,否则会无法找到action和namespace

以上是关于bug使用spring+struts2注解开发,提示” There is no Action mapped for namespace [/] and action name [xxxxx.act的主要内容,如果未能解决你的问题,请参考以下文章

Spring--SSH--全注解开发

Struts2+Spring3+MyBatis3整合以及Spring注解开发

struts2学习笔记之十四:使用注解配置Action(不是和spring集成使用)

struts2的Action中使用spring的@Transactional注解事务出错

day38 16-Spring的Bean的装配:注解的方式

SSH架包的引入