You want to have your TOs populated by Struts? Why would not you just
make FatherTO as a member of ActionForm, and use it as nested
property? If you want to retain TO values between requests, set form
scope to "session".

Michael.

> Rivka Shisman wrote:
> > Hello Friends,
> >
> >
> >
> > I have a transfer object called FatherTO that contains a collection of
> > ChildTO's.
> >
> > Can you please help me with how the relevant ActionForm (i.e. FatherForm
> > ) should look like.
> >
> > How should the reset() & validate() methods look like?
> >
> > Should I use the same jsp form for the Father data and it's childs data?

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

Reply via email to