web项目中传递值的另外一种方法

1、ActionContext.getContext().put("roleList", roleList);

2、ActionContext.getContext().getValueStack().push(role);

你可能感兴趣的:(Web,传递值)