- 浏览: 1841 次
- 来自: ...
最近访客 更多访客>>
最新评论
-
gis9:
其他的Struts标签都能正常显示,例如:
<html ...
请教 Struts 的 ActionErrors 使用,错误消息未何不输出 -
datuz:
其它的struts标记能正常显示吗
请教 Struts 的 ActionErrors 使用,错误消息未何不输出
文章列表
代码片断如下:
Action Bean 里的:
/* 添加错误 */
errors.add(r.getMsg(), new ActionError(r.getMsg()));
saveErrors(httpServletRequest, errors);
return actionMapping.findForward("failure");
其中 failure 指向 error.jsp,如下:
<action ....>
....
<forward name=" ...