struts2输入错误路径报错
Could not find action or result
There is no Action mapped for namespace / and action name login. - [unknown location]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Could not find action or result
There is no Action mapped for namespace / and action name login. - [unknown location]
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
<default-action-ref name="defaultAction" />
加了一个缺省action就好了,不知道有没有其他的方法
There is no Action mapped for namespace / and action name *
用一个 * ,然后打印路径。看看匹配的是什么路径
就是要测试未知的路径,暴力测试
那你的问题是什么呢?
xml里没有配置action