struts1.x-BeanUtils

struts1.x---BeanUtilsTestFormBean testformbean (TestFormBean) form// TODO Auto-generatedTest tes

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();}[