struts2使用注解开发遇到的问题

大家好,我使用struts2注解进行开发,系统老报CouldnotfindactionorresultThereisnoActionmappedfornamespace/... 大家好,我使用struts2注解进行开发,系统老报Could not find action or result There is no Actionmapped for namespace /app and action name viewapp. - [unknown location],请问会是什么原因?附我的配置如下:

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>
<constant name="struts.locale" value="zh_CN" />
<constant name="struts.i18n.encoding" value="UTF-8" />
<constant name="struts.devMode" value="false" />
<constant name="struts.convention.package.locators" value="action" />
<constant name="struts.convention.package.locators.basePackage" value="com.testc" />
<constant name="struts.convention.result.path" value="/" />
<constant name="struts.custom.i18n.resources" value="messageResource"/>
<constant name="struts.multipart.maxSize" value="1000000000" />
<package name="borrow-default" namespace="/" extends="convention-default">
<interceptors>
<interceptor-stack name="crudStack">
<interceptor-ref name="defaultStack" />
</interceptor-stack>
</interceptors>
<default-interceptor-ref name="crudStack" />
<global-results>
<result name="error">/welcome.jsp</result>
</global-results>
</package>
</struts>
展开
 我来答
flylovepink
2013-04-16 · TA获得超过498个赞
知道小有建树答主
回答量:271
采纳率:0%
帮助的人:404万
展开全部
你的action 里有 返回 值为 "viewapp" 可是你的
struts.xml 文件里并没有定义 viewapp 于是就报错了
更多追问追答
追问
使用注解,不需要在struts.xml里定义viewapp的。
追答
你的代码的注释里有 viewapp 的 action 或是 result 吗?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友a02004855
2013-04-17
知道答主
回答量:9
采纳率:0%
帮助的人:3.7万
展开全部
没找到你的viewapp的action在命名空间/app下面
检查你的注解
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式