`
LeeJay5
  • 浏览: 803 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

The action name cannot be the same as the action suffix [Action]遇到此问题的解决方法

阅读更多
把继承ActionSupport这个类所导入的包,换成以下的包即可:
import com.opensymphony.xwork2.ActionSupport;

注意不要导入下面的这个包,否则就会报上面的错误:
import org.springframework.web.struts.ActionSupport;
分享到:
评论

相关推荐

    2009 达内Unix学习笔记

    集合了 所有的 Unix命令大全 ...telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss ... 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ ... 命令和参数之间必需用空格隔...

    java异常解决方案.docx

    * Exception starting filter struts2 The action name cannot be the same as the action suffix [Action] + 解决方案:检查 Struts2 的 Action 定义,是否存在名称冲突的问题,尝试使用唯一的名称来解决问题。 * ...

    一个win32下的ARM开源编译器

    If the instruction cannot be encoded in the desired width fasmarm will give an error. If the instruction does not have both wide an narrow forms then the .W and .N suffixes are undefined. If you give...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    The format of the symbol name should be <PROJECT>_<PATH>_<FILE>_H_. To guarantee uniqueness, they should be based on the full path in a project's source tree. For example, the file foo/src/bar/baz.h...

    java 遇到的各种异常

    Exception starting filter struts2: The action name cannot be the same as the action suffix [Action]** - **异常描述**:Struts2 Action命名冲突。 - **原因分析**:Action名称与Action后缀名重复。 - **解决...

    LCTF软件备份VariSpec™ Liquid Crystal Tunable Filters

    although they can be called in an asynchronous mode where the function returns as soon as all commands have been sent to the VariSpec, without waiting for them to run to completion. Another option ...

    c语言suffix tree库

    An example can be found in the archive. It will introduce you to all the functions of the library for storing key/data pairs and retrieving them. See the README file for a few explanations (very few I...

    gun tar for windows

    The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX. The version control may be set with --backup or VERSION_CONTROL, values are: t, numbered make numbered backups nil, ...

    suffix tree

    后缀树(Suffix Tree)是一种高效的数据结构,用于处理字符串查询和模式匹配问题。它在文本索引、生物信息学、自然语言处理等领域有广泛应用。后缀树的主要优点是能够快速地查找一个字符串的所有后缀,同时也能进行...

    SuffixTree后缀树讲义

    后缀树是一种在计算机科学中广泛使用的数据结构,它能够快速解决字符串处理中的诸多问题,例如快速查找字符串中的模式、子串、重叠等。本文将深入探讨后缀树的定义、用途、构建方法以及一个挑战性问题。 首先,后缀...

    springMVC 简单操作,并且配置action

    <property name="suffix" value=".jsp" /> <!-- 定义Controller --> <bean name="/hello" class="com.example.HelloController"> <!-- 这里可以配置Controller的属性 --> ``` 接下来,创建`...

    ICS delphixe10源码版

    must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. 4. You must register this software by sending a picture ...

    suffix array

    后缀数组(Suffix Array)是一种在计算机科学领域中用于文本索引和字符串处理的数据结构,由Udi Manber和Gene Myers于1990年首次提出。它作为后缀树的一种空间节省替代方案,尤其在处理大型数据集时展现出优势。后缀...

    Suffix小结.txt

    ### 后缀数组(Suffix Array)详解 #### 引言 后缀数组是计算机科学领域内一种高效的数据结构,主要用于字符串处理,特别是模式匹配、文本分析等场景。它能够快速定位一个子串在主串中的位置,对于解决复杂的字符...

    matlab开发-SuffixArray

    后缀数组(Suffix Array)是字符串处理中一种重要的数据结构,尤其在生物信息学和文本检索领域有着广泛应用。本文将详细讲解如何在MATLAB环境中实现后缀数组的计算。 后缀数组是一个数组,包含了给定字符串的所有...

    好压免费软件

    7 Repair of the Explorer to drag the file to the left directory tree, if the disk in the same folder instead of moving to perform the copy operation BUG; 8 Fixed shortcut key F4, and Shoulong address...

    ModiffySuffix

    ModifySuffix can help you ...The field "New Suffix" must be filled with a valid suffix, which means it must contain a dot ".". The field "Details" shows the elaborate contents about the changed files.

    tomcat常见问题及解决方法

    然而,在使用 Tomcat 的过程中,开发者经常会遇到一些常见的问题,本文将列举一些常见的问题和解决方法,旨在帮助开发者更好地使用 Tomcat。 1. 如何加载一个属性文件? 加载属性文件是 Tomcat 中的一项常见操作,...

    3DxWare SDK

    • The static libraries were all moved into the same directory under lib (x86/x64). • Added prebuilt versions of the static libraries for four CRT usages: Multi-threaded DLL (default), Multi-threaded...

    vcpkg-master.zip

    To install for other architectures and platforms such as Universal Windows Platform or x64 Desktop, you can suffix the package name with :<target>. PS D:\src\vcpkg> .\vcpkg install sqlite3:x86-uwp ...

Global site tag (gtag.js) - Google Analytics