没有这么干过
我的做法是在第一个页面里面使用servletRequest.setAttribute("department", 部门实例);
在第二个页面里面使用DepartmentForm f = servletRequest.getParameter("department");
使用scope="request"