请教 Struts 的 ActionErrors 使用,错误消息未何不输出
代码片断如下:
Action Bean 里的:
/* 添加错误 */ errors.add(r.getMsg(), new ActionError(r.getMsg())); saveErrors(httpServletRequest, errors); return actionMapping.findForward("failure");
<action ....> .... <forward name="success" path="/result.jsp"/> <forward name="failure" path="/error.jsp"/> </action>
<td style="PADDING-left:12px;"> <html:errors/><br></td>