public class BaseForm extends ValidatorForm{
private String userName; private Integer userCode; private Collection projectForm // that's my agregation of project forms
}
public class ProjectForm extends ValidatorForm{
private String projectName; private TimeStamp dueDate; }
Is it possible, or creating arrays of those properties would be a better solution? Also, does BeanUtils transverse the object graph to copy it to a DTO?
Thanks all
Vinicius
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]