Alec's BLOG

Java will win the world

Struts技术

html:errors和html:messages
     摘要:
Action 中 :
ActionMessages message = new ActionMessages();
message.add(" 消息句柄 ",new ActionMessage(" 资源文件中 Key 值 ",String 类型描述信息 ));
this.addMessages(request,message);
return ActionForward;  阅读全文

posted @ 2008-02-27 09:54 Alec 阅读(116) | 评论 (0)  编辑

导航

统计

留言簿

文章分类(1)

文章档案(2)

搜索

最新随笔

最新评论