Re: deep nesting of value objects in a form bean

2001-10-02 Thread SUPRIYA MISRA
I need your help in something similar to what you are doing. candidateVO.address.state.code sets and gets the code. how are you exactly setting/getting the values for code. I have something like this:- activity.location[i].hrs[i] which needs to be displayed as text boxes and the value passed

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