Re: deep nesting of value objects in a form bean

2001-10-02 Thread SUPRIYA MISRA
(after error checks) gets into hrs and passed into the database. From: David Boardman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Subject: deep nesting of value objects in a form bean Date: Mon, 1 Oct 2001 18:39:23 -0500 I am looking for some confirmation

deep nesting of value objects in a form bean

2001-10-01 Thread David Boardman
I am looking for some confirmation of the approach I have taken in developing an ActionForm that represents an Entity bean hierarchy that nests several beans deep. I have a form bean that I use to update a Candidate entity bean. The Candidate bean has an Address entity bean associated with it,

RE: deep nesting of value objects in a form bean

2001-10-01 Thread Matthew O'Haire
Title: RE: deep nesting of value objects in a form bean I've sucessfully used a VO structure in a struts app and used dot notation to access the data in just the way you describe. However, in our case the VO's were immutable. O.K., now for my 2c worth... I'd be very careful using generic

RE: deep nesting of value objects in a form bean

2001-10-01 Thread Matthew O'Haire
Title: RE: deep nesting of value objects in a form bean for anyone interested.. here's the URL to the project... http://www.tstrata.trysoft.com it's an extranet app, so there isn't too much facinating stuff to look at. ;-) -Original Message-From: Matthew O'Haire [mailto