struts2-convention-plugin-2.1.8.1.jar中需要以下配置
struts2-convention-plugin-2.1.8.1.jar这个包,自动根据访问的url,根据约定找到你请求的jsp页面,或者fremakker页面.
在struts.xml中增加
<constant name="struts.convention.result.path" value="/" />
这个配置,就解决问题.
http://127.0.0.1:8080/dbc/test/begin!xx.d
BeginAction中的xx方法已经执行,只是跳转的时候找不到页面.
因为系统不知道指定页面的地址.
增加配置后,就能正常转向页面.
报错信息:
Struts Problem Report
Struts has detected an unhandled exception:
Messages: |
No result defined for action com.hupun.dbc.action.test.BeginAction and result xx
|
Stacktraces
No result defined for action com.hupun.dbc.action.test.BeginAction and result xx
com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:364)
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:266)
com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:165)
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:237)
com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:252)
org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68)
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
分享到:
相关推荐
通过以上步骤,不仅可以避免“No result defined for action and result input”这样的错误发生,还可以提高用户体验,使用户能够清晰地了解到哪些输入存在问题,从而有效地进行修正。此外,正确的配置和验证逻辑也...
在IT领域,尤其是在Web开发中,遇到“No result defined for action”这类错误是常见的问题,尤其当使用Struts2框架时更为突出。此类错误通常指向在控制器(Action)中未正确配置或实现结果集(Result),导致请求...
Zabbix 新版微信告警配置攻略,肯定是你需要的,有故障即时通知
Minicom是一款经典的串口通信工具...了解如何解决"No termcap entry for vt102"的问题,以及如何根据个人需求定制minicom的退出命令,可以提高工作效率。同时,熟悉ncurses的移植步骤对在各种环境部署minicom至关重要。
最近在使用python过重遇到这个问题,NameError: name 'xxx' is not defined,在学习python或者在使用python的过程中这个问题大家肯定都遇到过,在这里我就这个问题总结以下几种情况: 错误NameError: name ‘xxx’ ...
### "Value too large for defined data type" 解决办法 在Linux环境下进行文件操作时,可能会遇到一个名为“Value too large for defined data type”的错误。这一问题通常发生在使用`ls`或`find`命令来查看大于2...
RF and Digital Signal Processing for Software-Defined Radio: A Multi-Standard Multi-Mode Approach by Tony J. Rouphael RF and Digital Signal Processing for Software-Defined Radio: A Multi-...
但是,在使用Pycharm进行开发工作时,可能会遇到一个问题,即工具栏右下角出现“No R interpreter defined”的提示。这个提示通常发生在开发者尝试在Pycharm中配置或使用R语言解释器时。为了解决这个问题,我们需要...
Learn to:Control storage costs,Eliminate storage bottlenecks,Use IBM GPFS to solve storage management challenges
to present signal processing principles used in the software defined radio, ranging from analog ,digital modulation to RF, DSP and data conversion.
当遇到"webpack DllPlugin xxx is not defined"这样的错误时,通常意味着在配置或使用过程中出现了问题。以下是对这个问题的详细分析和解决方法: 1. **context上下文不一致**: 在 `DllPlugin` 和 `...
当你在 PyCharm 中新建了一个 Django 项目,并试图通过命令行工具创建一个新的应用时,可能会遇到一些错误,比如 `NameError: name 'os' is not defined`。这个错误通常是因为在你的代码中引用了 `os` 模块,但该...
但是在项目经过本地测试没有任何问题,打包上线后却会报错 webpackJsonp is not defined。这是因为公共文件必须在自己引用的js文件之前引用。 可以手动改文件引用,但是推荐以下解决办法: 找到build→webpack.prod...
Multi-Band Software Defined Radio for Spaceborne Communications, Navigation, Radio Science, and Sensors
本文将深入探讨Android JS桥交互过程中遇到的问题及其解决方法,特别是针对"Uncaught ReferenceError: xxx is not defined or xxx has no method"这类错误的处理。 首先,我们需要了解Android中的WebView组件,它是...
Understanding the Need for SD‐WAN....................................... 7 Dealing with applications hindered by expensive bandwidth......................................................................
综上所述,《Nanometer CMOS Sigma-Delta Modulators for Software Defined Radio》这本书全面覆盖了 Σ-Δ ADC 的设计策略及其在 SDR 应用中的关键技术。无论是理论分析还是实践指导,都是一个宝贵的资源。
中文译名《软件无线电中的射频与数字信号处理》,不可多得的一部实用的软件无线电著作,可以当作手册,供工程人员参考借鉴。