ps:转过来的,很有用
在开发struts2时,页面报No result defined for action and result时,大部分的原因有以下几种:
1、validate方法没有通过;(没有使用被排除掉)
2、页面元素中有重命名时,但后台action类的对应的接收此同名参数的是变量而没有写成数组,这个极有可能,我就碰到过,搞了好久才发现是这个原因(其中一个原因)要检查这种错误时,可以 1,在后台action类中重写ActionSupport中的 void addActionError(String anErrorMessage) void addActionMessage(String aMessage) void addFieldError(String fieldName, String errorMessage) 这三个方法,在并在其实现代码中设置断点,监控传入的参数,并可获知页面的相关报错具体原因. 2,在页面中加入以下标签,将错误显示出来:
<fielderror></fielderror>
3、我的pojo类的名称与里面的某一个字段重名。最好不要用表名来命名该表里面的字段。
分享到:
相关推荐
### Struts2框架中“No result defined for action and result input”错误解析及解决方法 #### 错误概述 在Struts2框架中开发Web应用程序时,可能会遇到一个名为“No result defined for action and result input...
在IT领域,尤其是在Web开发中,遇到“No result defined for action”这类错误是常见的问题,尤其当使用Struts2框架时更为突出。此类错误通常指向在控制器(Action)中未正确配置或实现结果集(Result),导致请求...
前几天在网上下载一个struts2的helloword的例子,那个作者也真够缺德的,搞个错误的程序,害得我查了一天的程序错误。 最后发现竟然是struts.xml被写成啦sturts.xml。 碰见这样的问题先鄙视下提供例子的作者, 再...
Zabbix 新版微信告警配置攻略,肯定是你需要的,有故障即时通知
error LNK2005: DllMain already defined in corelibc.lib(dllmain.obj)的解决方案
C++经典错误之already defined in *.obj解决方法 C++经典错误之already defined in *.obj解决方法是指在C++编程中遇到的一个常见错误,即链接器报告已经定义了某个符号(already defined),从而导致链接失败。这种...
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-...
You will learn how to use vSphere virtualization in a software-defined approach, which will help you to achieve a fully-virtualized infrastructure and to extend this infrastructure for compute, ...
错误信息:“No result defined for action com.upload.UploadAction and result input”。 这个错误通常是由于配置文件中没有正确定义动作的结果导致的。确保在`struts.xml`中为每个动作定义了合适的`result`标签...
No result defined for action cn.itcast.user.web.action.UserAction and result error ``` 此异常表明在`struts.xml`中没有为指定的动作定义结果。例如,如果期望动作在发生错误时转向特定的JSP页面,但配置文件...
Software-Defined-Perimeter.zip
No result defined for action ***Action and result success **问题描述**: 当执行某个Action后,出现“没有定义success结果”的错误。 **解决方法**: 这意味着在`struts.xml`中未正确配置`success`结果。为了...
2 Getting In and Out of gdb . . . . . . . . . . . . . . . . 11 2.1 Invoking gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2.1.1 Choosing files . . . . . . . ....
### Artech.House_2002_Simulation.and.Software.Radio.for.Mobile.Communications #### 重要知识点解析 **标题与描述中的知识点** - **Artech House**: 这是一家著名的出版商,专注于电信、无线通信及信息技术...
JAVA 一个包:org-apache-commons-lang.jar
在给定的"Defined_Class.zip"压缩包中,我们看到一个与汽车电子和DBC相关的项目。这里,Python的`cantools`库被用来解析DBC文件。`cantools`是一个开源库,能够读取、写入和处理DBC文件,支持多种不同的CAN总线描述...
4.6 Your Program’s Input and Output . . . . . . . . . . . . . . . . . . . . . . . . . . . 4.7 Debugging an Already-running Process . . . . . . . . . . . . . . . . . . . . . . 4.8 Killing the Child ...
Of course, if you are wondering whether this book is going to teach you how to create amazing websites or incredible applications, the answer is "no"—that is a job for other books. So many books out...