码迷,mamicode.com
首页 > 其他好文 > 详细

Struts2实现input数据回显

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

标签:des   style   color   io   数据   cti   sp   on   c   

    /** 修改页面 */
    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数据回显

标签:des   style   color   io   数据   cti   sp   on   c   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!