Hi again and thank you all for answering.

Michael

Can you please attach an example of ActionForm with nested properties?
I'm not sure I understand how should the reset() & validate() methods
look like?
An example of the relevant Jsp input page would be very helpful as well.

Thanks
Rivka


-----Original Message-----
From: Michael Jouravlev [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 05, 2005 7:42 PM
To: Struts Users Mailing List
Subject: Re: architecture of composite action forms - please help

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]
**************************************************************************************************
The contents of this email and any attachments are confidential.
They are intended for the named recipient(s) only.
If you have received this email in error please notify the system manager or  
the 
sender immediately and do not disclose the contents to anyone or make copies.

** eSafe scanned this email for viruses, vandals and malicious content. **
**************************************************************************************************

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

Reply via email to