How data transfered from one formbean to another formbean?
first copy the form properties into one bean class and then copy those to the required form in Action class BeanUtils.copyProperties(Bean,frm1); BeanUtils.copyProperties(frm2,Bean);