raghu wrote:
How do we build dynavalidator forms that have as one of their fields another dynavalidator form?

My first thought was

  <form-bean name="xxx" type="...DynaValidatorForm">
    <form-property name="nested" type="...DynaValidatorForm"/>

but of course you can't configure the nested dyna form that way. Maybe lazy dyna forms would work here?

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to