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> 展开
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> 展开
2个回答
展开全部
你的action 里有 返回 值为 "viewapp" 可是你的
struts.xml 文件里并没有定义 viewapp 于是就报错了
struts.xml 文件里并没有定义 viewapp 于是就报错了
更多追问追答
追问
使用注解,不需要在struts.xml里定义viewapp的。
追答
你的代码的注释里有 viewapp 的 action 或是 result 吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询