学习笔记

导航

redirect action

<result name="save" type="redirect">/unit/list/${ids}</result>

传参

ServletActionContext.getRequest().setAttribute("ids","123");
ActionContext.getContext().put("ids", "123");  // it's work....

 

 

posted on 2010-10-20 22:25  2狗子  阅读(134)  评论(0编辑  收藏  举报