`

The path of an ForwardConfig cannot be null

阅读更多

The path of an ForwardConfig cannot be null

报这个错误  就是因为验证框架

<action-mappings>
  <action validate="true" input="login.jsp" path="/login" type="com.xh.web.action.LoginAction"
   name="userForm">
   <forward name="success" path="success.jsp" />
   <forward name="erroe" path="error.jsp" />
  </action>
 </action-mappings>

因为没有配置input  所以加上就 OK了 !。

分享到:
评论
1 楼 dl96200 2011-12-26  
[b][/b]
非常感谢啊。。。。高手啊

相关推荐

Global site tag (gtag.js) - Google Analytics