首页 > 其他 > 详细

Struts2实现input数据回显

时间:2014-09-04 20:53:10      阅读:612      评论:0      收藏:0      [点我收藏+]

    /** 修改页面 */
    public String editUI() {
        //准备回显得数据
        Role role = roleService.getById(id);
        
        ActionContext.getContext().getValueStack().push(role);

 

//下面的方法也能实现数据回显

//        this.name = role.getName();
//        this.description = role.getDescription();
        
        return "editUI";
    }

 

Struts2实现input数据回显

原文:http://www.cnblogs.com/siashan/p/3956819.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!