这是struts2的一个拦截器报的错误,当你的form中的数据有问题,比如说
<input type="text" name="receiverLoginID" value="<%=name%>"/>
当 name值为NULL时,就出这个错了,所以你可以在当前页面加入以下标签
<div style="color:red">
<s:fielderror />
</div>
它就会显示拦截器的错误,并在struts的XML中对应action里加如
<result name="input">/当前页面</result>
错误信息就会返回到该页面了
No result defined for action cn.crm.action.LinkManAction and result input
Posted KeepUp~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No result defined for action cn.crm.action.LinkManAction and result input相关的知识,希望对你有一定的参考价值。
以上是关于No result defined for action cn.crm.action.LinkManAction and result input的主要内容,如果未能解决你的问题,请参考以下文章
struts异常:No result defined for action
No result defined for action com.action.Actionxxx and result xxx
HTTP Status 404 - No result defined for action com.csdhsm.struts.action.LoginAction and result error
No result defined for action cn.crm.action.LinkManAction and result input
[Struts2] No result defined for action ... and result input & Invalid field value for field