On Tue, 11 Mar 2003 16:37:38 +0100 Heligon Sandra <[EMAIL PROTECTED]> wrote:
> Your example is for a "single" person. > But is it possible to define a DynaActionForm that > represents a collection of objects. > And how do the initialization of the DynaActionForm ? You can define a Collection in a DynaActionForm. I like to initialize these Collections in a SetUpAction that will populate my DynaActionForm before forwarding to the JSP page of interest. -- Rick Reumann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

