摘要: /** 修改页面 */ public String editUI() { //准备回显得数据 Role role = roleService.getById(id); ActionContext.getContext().getValueStack().push(role);//下面的方... 阅读全文
posted @ 2014-09-04 20:26 siashan 阅读(595) 评论(0) 推荐(0) 编辑
摘要: package cn.itcast.oa.base;import java.lang.reflect.ParameterizedType;import java.util.List;import javax.annotation.Resource;import org.hibernate.Sessi... 阅读全文
posted @ 2014-09-04 15:57 siashan 阅读(505) 评论(0) 推荐(0) 编辑