Struts2开发中的 No result defined for action 错误

 
 
error.jsp中的错误提示:No result defined for action zqq.action.LoginAction and result input 
struts.xml中的映射:
  <global-results>
   <!-- 下面定义的结果对所有的Action都有效 -->
   <result name="exception">/error.jsp</result>
   <result name="success">/success.jsp</result>
  </global-results>
  <global-exception-mappings>
   <!-- 指Action抛出Exception异常时,转入名为exception的结果。 -->
   <exception-mapping exception="java.lang.Exception" result="exception"/>
  </global-exception-mappings>
  <action name="Login" class="zqq.action.LoginAction">
       <result name="failure">/login.jsp</result>
  </action>
LoginAction的代码:
public String execute() throws Exception{
 return SUCCESS;
}
 
 
success你已经定义成全局的result了,看你贴出来的代码没什么问题呀。
从错误信息来看,是说没有定义result。 你有没有配置拦截器<interceptor-ref name="validation"/>?如果有的话,去掉所有的拦截器。 包括这个缺省的拦截器栈:<default-interceptor-ref name="defaultStack"/>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值