Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee 朱秋贵内科诊所 My腾云code

struts action 页面跳转并传参数值

 
取一个实体:userDTO udto=new userDTO;
udto=userdao.getuserdtobyusername(uDTO);
ActionForward   AF=new   ActionForward("/userlinks.jsp?group_id="+udto.getGroup_id());
AF.setRedirect(true);
return  AF;
posted @ 2007-11-02 16:31  cn2024  阅读(1869)  评论(0编辑  收藏  举报