struts1.x---BeanUtils
TestFormBean testformbean = (TestFormBean) form;// TODO Auto-generatedTest test=new Test();try {BeanUtils.copyProperties(test, testformbean);} catch (IllegalAccessException e) {// TODO Auto-generated catch blocke.printStackTrace();} catch (InvocationTargetException e) {// TODO Auto-generated catch blocke.printStackTrace();}[