Re: Nested Dynavalidator forms

2005-09-27 Thread Hubert Rabago
You wouldn't be able to in one declaration, but you could do several then combine them in your Action. In your pre-population action: DynaValidatorForm childForm = childFormBeanConfig.createActionForm(getServlet()); parentForm.set("child", childForm); // use session scope so th

Re: Nested Dynavalidator forms

2005-09-27 Thread Laurie Harper
raghu wrote: How do we build dynavalidator forms that have as one of their fields another dynavalidator form? My first thought was but of course you can't configure the nested dyna form that way. Maybe lazy dyna forms would work here? L. --