2015年9月11日

HTTP Status 404 - No result defined for action com.hebky.oa.classEntity.action.EntitysAction and result input

摘要: 在开发中总遇到这个问题,No result defined for action:原因:Action中的属性值为空的时候,Struts2的默认拦截器会报错,但是又找不到input的Result,不能够把错误返回,所以报这种错误。解决方法:1.在页面中给空值赋默认值。2.重新定义一个Action,去掉... 阅读全文

posted @ 2015-09-11 16:23 时光让我遇到你 阅读(155) 评论(0) 推荐(0) 编辑

导航