消息的来源-Struts标签库

消息的来源(1)在actionForm的validate方法中public ActionErrors validate(ActionMapping mapping,HttpServletRequest request) { ActionErrors errors = new ActionErrors(); if ( this.getCheckbox1() ) { errors.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("error.global.fromform") ); errors.add("checkbox1", new ActionMessage("error.checkbox")); } return errors; }
ppt 文件大小:1.85MB