为了账号安全,请及时绑定邮箱和手机立即绑定

提交表单时前台报错 HTTP Status 404 - No result defined for action com.ssh.action.ProductAction and result input

HTTP Status 404 - No result defined for action com.ssh.action.ProductAction and result input

一直报这个错误

正在回答

3 回答

我的是因为价格输了非数字

0 回复 有任何疑惑可以回复我~

可能你在"商品价格" 一栏输入的是 非数字, 导致NumberFormatException ,因而触发了 save()f方法自动return了ActionSupport的 INPUT 字段, 而在Struts.xml中没有相应的result配置 

2 回复 有任何疑惑可以回复我~

这个应该是你在strts.xml里配的action没有配result吧,你看看:

<action name="login" class="loginAction">
       <result>/jsp/ShowUser.jsp</result>
       <result name="login">/jsp/Login.jsp</result>
    </action>



0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

提交表单时前台报错 HTTP Status 404 - No result defined for action com.ssh.action.ProductAction and result input

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信