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
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.
--
2 matches
Mail list logo