There is no Action mapped for namespace [/] and action name [Login] associated
弱龄寄事外,委怀在琴书。这篇文章主要讲述There is no Action mapped for namespace [/] and action name [Login] associated相关的知识,希望能为你提供帮助。
使用struts2时出现了:
There is no Action mapped for namespace [/] and action name [Login] associated
两个可能的错误:
1.struts.xml大小等写错,或者不是放在src目录下。
解决方法:项目右键 -》properties -》java Build Path -》source -》
文章图片
,要放在webRoot/WEB-INF目录下
2.可能是使用了通配符来配置。
【There is no Action mapped for namespace [/] and action name [Login] associated】struts2.5后,使用通配符的方式实现动态方法调用要在
< action name="action_*" class="personList" method="{1}">
< allowed-methods> add,addUI,list< /allowed-methods>
< /action>
action加入< allow-methods> 方法名(可多个)< /allowmethods>
这个配置项.
推荐阅读
- android studio安装和配置kotlin
- Android------视频播放器(包含全屏播放,快退,快进,腾讯新闻的列表播放等)
- Android------实现图片双击放大,缩小,左右滑动的多种方式
- Android 常见异常及解决办法
- Attempt to invoke virtual method 'void android.support.v7.app.ActionBar.setHomeButtonEnabled(boo
- Android Studio 查找aar依赖的顺序
- 安卓BLE连接CC2541开发记录
- Win10系统Compact压缩技术运用图文详细教程
- win10系统Realtek HD Audio驱动成功安装的办法