=(ActionForm)request.getSession().getAttribute("addStudentForm");或者AddStudentFormaddStudentFormInScope =null;if(mapping.getScope().equals("request")){addStudentFormInScope =(AddStudentForm)request.getAttribute("addStudentForm");}else{addStudentFormInScope=(AddStudentForm)request.getSession().getAttri...