Ourmessage的个人空间

BlogJava 首页 新随笔 联系 聚合 管理
  13 Posts :: 0 Stories :: 16 Comments :: 0 Trackbacks
今天在复习Struts时,才发现在Struts1.1版本以前,对ActionForm的validate方法调用时,ActionErrors的里面只能这样写:
ActionErrors error = new ActionErrors();
error.add("name",new ActionErrors("reg.error.name.missing"));
在1.2时面就可以使用:
error.add("name",new ActionMessage("reg.error.name.missing"));

当时我没注意版本,所以就不停出错!呵呵!
posted on 2007-07-02 16:42 夜一 阅读(226) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: