I used to use this code (probably lifted from struts-example) to populate my form bean from a data transport object:
BeanUtils.copyProperties( form, contact ); but now the form is a DynaValidatorForm. I'm looking in the Commons BeanUtils project, and I was hoping for 'DynaBeanUtils' but I don't see it. Is there a bit of magic that will call the getters on my DTO (bean) and then call the set(name,value) method on the DynaValidatorForm? Thanks, -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management