`
davidxiaozhi
  • 浏览: 241568 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

There is no Action mapped for namespace / and action name >. - [unknown location

阅读更多

今天访问一个链接后台出现这个错误了,但是已经跳转到指定页面,晚上查找都说package的namespace的问题,后者xml配置文件名称错误的问题,因为strust2默认要加载一些配置文件,经分析都不是以上原因造成的,因为我成功跳转到指定页面,访问action是没有任何问题的,后来查看跳转页面很汗的是,

原来是在拷贝代码的时候没有配置标签<%@ taglib prefix="s" uri="/struts-tags"%>

配上后后台异常问题解决了

分享到:
评论

相关推荐

    一个struts2的例子:彻底解决STRUTS2 错误There is no Action mapped for namespace / and action name login

    前几天在网上下载一个struts2的helloword的例子,那个作者也真够缺德的,搞个错误的程序,害得我查了一天的程序错误。 最后发现竟然是struts.xml被写成啦sturts.xml。 碰见这样的问题先鄙视下提供例子的作者, ...

    HTTP Status 404 - There is no Action

    在Web开发中,尤其是使用基于Java的Web框架如Struts时,开发者可能会遇到一个常见的问题:“HTTP Status 404 - There is no Action mapped for namespace and action name BackMemberGroupAudit”。这个问题通常出现...

    The Art of Assembly Language Programming

    Some Final Comments on the MOV Instructions&lt;br&gt;&lt;br&gt;4.9 Laboratory Exercises&lt;br&gt;4.9.1 The UCR Standard Library for 80x86 Assembly Language Programmers&lt;br&gt;4.9.2 Editing Your Source Files&lt;br&gt;4.9.3 The ...

    Unix Commands (Aix Freebsd Hpux Linux Solaris & Tru64)

    Understanding these differences and similarities is essential for managing users and files effectively across different Unix systems. Administrators should refer to specific documentation or manuals ...

    web.xml详解(web-app_2_3.dtd)

    &lt;distributable/&gt; ``` #### 5. `context-param`元素 `context-param`元素用于定义全局上下文参数,这些参数可以被整个Web应用程序中的所有Servlet访问。每个`context-param`包含一个`param-name`和一个`param-...

    struts 中遇到的常见问题 解决,你还在痛苦中吗

    本文将针对其中一种常见的错误提示:“There is no Action mapped for namespace / and action name”进行深入分析,并给出相应的解决方法。 #### 二、问题描述 当在使用 Struts 框架开发 Web 应用时,如果配置...

    spring实例“Developing_a_Spring_Framework_MVC_application_step-by-step”_剖析

    &lt;bean id="springappController" class="SpringappController"/&gt; &lt;bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping"&gt; &lt;property name="mappings"&gt; &lt;props&gt; ...

    Struts2 框架搭建(基本)和几个报错问题

    1. **No Action mapped for namespace [/] and action name [helloWorld]**:这通常意味着Struts2没有找到对应的Action配置。检查`struts.xml`文件是否正确配置了Action。 2. **Class not found**:如果出现找不到...

    struts2 HelloWord例字

    在网上找了好个struts2的例子结果都不好使报There is no Action mapped for namespace / and action name这个错,没办法自己搞了个好用的,myeclipse 6.0 +tomcat5.5 + jdk 1.5 引入项目后直接发布就可以了!

    Hibernate多对多双向关联(annotation/xml)

    &lt;key column="student_id"/&gt; &lt;many-to-many column="course_id" class="com.example.Course"/&gt; &lt;/set&gt; &lt;/class&gt; &lt;/hibernate-mapping&gt; &lt;!-- Course.hbm.xml --&gt; &lt;hibernate-mapping&gt; &lt;class name=...

    hibernate主键一对一关联映射代码示例

    &lt;one-to-one name="address" class="com.example.Address" /&gt; &lt;/class&gt; &lt;/hibernate-mapping&gt; &lt;!-- address.hbm.xml --&gt; &lt;hibernate-mapping&gt; &lt;class name="com.example.Address" table="ADDRESS"&gt; &lt;!-- 主键和...

    hibernate_reference.pdf

    - **Hibernate Configuration**: You'll set up the `hibernate.cfg.xml` file, which contains essential configuration settings for Hibernate, including database connection details and the location of ...

    Hibenrate之多对多关联

    &lt;key column="entityA_id"/&gt; &lt;many-to-many column="entityB_id" class="com.example.EntityB"/&gt; &lt;/set&gt; &lt;/class&gt; &lt;/hibernate-mapping&gt; &lt;!-- 实体B的映射文件 --&gt; &lt;hibernate-mapping&gt; &lt;class name=...

    计算机组成与结构体系英文课件:Chapter3 BasicInputOutput.pdf

    - In this approach, I/O devices and memory share the same address space, meaning that no special commands are needed for I/O operations. Instead, I/O operations resemble memory reads and writes. - ...

    hibernate

    &lt;one-to-one name="user" class="User" property-ref="profile"/&gt; &lt;/class&gt; ``` 在XML配置中,`&lt;one-to-one&gt;`元素用于声明一对一关系,`class`属性指定了关联的实体类,`foreign-key`或`property-ref`定义了...

    Visual.Studio.Tools.for.Office.Using.C.Sharp.with.Excel.Word.Outlook.and.InfoPath.Sep.2005.part2

    &lt;br&gt; Copyright &lt;br&gt; Praise for Visual Studio Tools for Office &lt;br&gt; Microsoft .NET Development Series &lt;br&gt; Titles in the Series &lt;br&gt; About the Authors &lt;br&gt; Foreword &lt;br&gt; Preface &lt;br&gt; Acknowledgments ...

    Visual.Studio.Tools.for.Office.Using.C.Sharp.with.Excel.Word.Outlook.and.InfoPath.Sep.2005

    &lt;br&gt; Copyright &lt;br&gt; Praise for Visual Studio Tools for Office &lt;br&gt; Microsoft .NET Development Series &lt;br&gt; Titles in the Series &lt;br&gt; About the Authors &lt;br&gt; Foreword &lt;br&gt; Preface &lt;br&gt; Acknowledgments ...

    logback所需jar包

    &lt;appender-ref ref="STDOUT" /&gt; &lt;/root&gt; &lt;/configuration&gt; ``` 在这个配置中,我们创建了一个名为`STDOUT`的控制台appender,并设置了默认的日志级别为INFO。`%d`、`%thread`、`%-5level`、`%logger{36}`和`%msg%...

    Spring按业务模块输出日志到不同的文件.doc

    &lt;appender-ref ref="FILE_THIRDPARTY" /&gt; &lt;/logger&gt; &lt;!-- 配置loginName的logger --&gt; &lt;logger name="LoginNameLogger" additivity="false"&gt; &lt;appender-ref ref="FILE_LOGINNAME" /&gt; &lt;/logger&gt; &lt;/...

Global site tag (gtag.js) - Google Analytics