Re: Mapping two beans in a single web form?
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, April 29, 2006 04:03 PM
There's a method, I think it's called "mapProperties", something like that? and you give it the source and destination bean objects? in the Jakarta Commons BeanUtils? (that is, assuming the 15 properties have matching getter names between your web form and your student info bean, and the other 15 also have matching getter names between your web form and your course info bean).