Map root = new HashMap();long id = Long.parseLong(request.getParameter("id"));root.put("roleID", id);这样用Map 把id put 进去 在页面这样${roleID}就能显示出来
存到session里面是吧