STRUTS.xml的配置如下, 报错There is no Action mapped for namespace [/]

struts.xml内容如下:<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEstrutsPUBLIC"-//ApacheSof... struts.xml内容如下:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" "http://struts.apache.org/dtds/struts-2.1.dtd">
<struts>
<package name="struts2" extends="struts-default">
<action name="login" class="test.LoginAction">
<result name="SUCCESS" type="redirect">/index.jsp</result>
<result name="input">/login.jsp</result>
<result name="ERROR">/login.jsp</result>
</action>
</package>
</struts>

报错
2013-5-8 13:08:05 com.opensymphony.xwork2.util.logging.commons.CommonsLogger error
严重: Exception occurred during processing request: There is no Action mapped for namespace [/] and action name [login] associated with context path [/xuanke].
There is no Action mapped for namespace [/] and action name [login] associated with context path [/xuanke]. - [unknown location]

项目结构如图
展开
 我来答
songyipangbuo
2013-05-12 · TA获得超过744个赞
知道小有建树答主
回答量:190
采纳率:100%
帮助的人:252万
展开全部

1.把struts.xml放到src下

2.<package name="struts2" extends="struts-default"> 改为<package name="struts2" extends="struts-default" namespace="/">

3./xuanke应该是你的项目名吧,看看写没写对要注意大小写。

4.当前只设置了LoginAction所以应该这样访问:

babyhhcsy
推荐于2018-05-09 · TA获得超过102个赞
知道答主
回答量:163
采纳率:100%
帮助的人:55.9万
展开全部
给的信息不够啊,检查一个在jsp页面当中配置的action="XXX"这里的XXX是否在struts当中出现啊,对比一下
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式