1、把数据放在栈顶
public String editUI() throws Exception {
//回显数据
Role role = roleService.getById(id);
ActionContext.getContext().getValueStack().push(role);
return "editUI";
}
微信扫一扫
1、把数据放在栈顶
public String editUI() throws Exception {
//回显数据
Role role = roleService.getById(id);
ActionContext.getContext().getValueStack().push(role);
return "editUI";
}
相关推荐