【问题管理】-- Struts2配置struts.xml中Action…
2020-04-17 16:03:53来源:博客园 阅读 ()
【问题管理】-- Struts2配置struts.xml中Action访问报There is no Action mapped for namespace...
问题背景:
在做Struts2学习的页面访问时,配置了如下的两个<action>返回结果视图:
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.org/dtds/struts-2.3.dtd"> <struts> <constant name="struts.enable.DynamicMethodInvocation" value="false" /> <!--开发模式;修改配置文件不需要重启服务器--> <!--指的struts.xml,其它的配置文件修改依然还是需要重启--> <!--自动重新加载配置文件,不一定会绝对成功。--> <constant name="struts.devMode" value="true" /> <package name="default" namespace="/" extends="struts-default"> <action name="index" class="cn.yif.action.UserAction" method="execute"> <!--局部结果视图:在一个Action标签中配置,将<result>作为<action>子元素配置;只有这个Action可以使用--> <result name="success" type="dispatcher"> /success.jsp </result> <!--success与error都是逻辑视图名称,决定响应哪个结果--> <result name="error" type="dispatcher"> /error.jsp </result> </action> <action name="example" class="cn.yif.action.ExampleAction" method="test"> <result name="testExample" type="dispatcher"> /WEB-INF/view/test.jsp </result> </action> </package> </struts>
在访问第二个结果视图的Action页面时,直接抛出了Messages:
- There is no Action mapped for namespace [/] and action name [testExample] associated with context path []。
具体修改措施:
在web.xml文件中做如下配置,修改默认访问的页面为index.jsp页面,只需修改<welcome-file-list>即可:
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0"> <display-name>Struts Blank</display-name> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> </web-app>
最终问题得到解决:
参考博文:
https://blog.csdn.net/qq_41063141/article/details/88721547
原文链接:https://www.cnblogs.com/yif0118/p/12723279.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:ElasticSearch 搜索
下一篇:单例模式没你想的那么简单
- 数据源管理 | Kafka集群环境搭建,消息存储机制详解 2020-06-11
- SpringBoot + Vue + ElementUI 实现后台管理系统模板 -- 后 2020-06-10
- 面试的时候按照这个套路回答 Java GC 的相关问题一定能过 2020-06-08
- 我可真是醉了,一个SpringBoot居然问了我30个问题 2020-06-08
- Mybaties简单实例测试及注意问题 2020-06-07
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash