取一个实体:userDTO udto=new userDTO;
udto=userdao.getuserdtobyusername(uDTO);
ActionForward   AF=new   ActionForward("/userlinks.jsp?group_id="+udto.getGroup_id());
AF.setRedirect(true);
return  AF;

相关文章:

  • 2021-11-28
  • 2021-07-19
  • 2021-10-10
  • 2022-01-17
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2021-10-18
  • 2021-05-11
  • 2022-12-23
  • 2021-12-13
  • 2021-11-28
相关资源
相似解决方案