Joseph wrote:
> Now I want to do the same thing but use DynaActionForm for my
clientInfoForm, 
> what should I do to pre-populate it? (there will be no setters any more)

Look at the API docs for DynaActionForm, there are several set methods.

Or use BeanUtils.copyProperties to copy the values over from a DTO/Value
Object to your Form bean, as shown in the struts-example code.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Public Affairs, Information Resources Management
Arizona State University, Tempe AZ 

Reply via email to