RE: Nested properties of form bean not being updated !

2002-11-06 Thread Sri Sankaran
-Original Message- From: Sri Sankaran [mailto:Sri.Sankaran;sas.com] Sent: Tuesday, 5 November 2002 2:26 PM To: Struts Users Mailing List Subject: RE: Nested properties of form bean not being updated ! Giles: I am sorry. Going from the subject line I assumed you were trying to use the nesting

RE: Nested properties of form bean not being updated !

2002-11-05 Thread Parnell, Giles (AU - Sydney)
Message- From: Sri Sankaran [mailto:Sri.Sankaran;sas.com] Sent: Tuesday, 5 November 2002 2:26 PM To: Struts Users Mailing List Subject: RE: Nested properties of form bean not being updated ! Giles: I am sorry. Going from the subject line I assumed you were trying to use the nesting extension

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Sri Sankaran
Mailing List' Subject: RE: Nested properties of form bean not being updated ! Hi Sri Thanks for getting back to me. I've included 1. A portion of my struts config: - My form bean definition - And the action mapping 2. My action class 3. My JSPs, which are comprised of - - My

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Sri Sankaran
Users Mailing List Subject: RE: Nested properties of form bean not being updated ! Holy cow! Yes, you gave enough details.. Looking at JSPs a few things jump out: * You aren't using any of the nested tags. To take advantage of the nested extension, you have to use the nested:xyz equivalent

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Parnell, Giles (AU - Sydney)
-Original Message- From: Sri Sankaran [mailto:Sri.Sankaran;sas.com] Sent: Tuesday, 5 November 2002 2:12 AM To: Struts Users Mailing List Subject: RE: Nested properties of form bean not being updated ! Holy cow! Yes, you gave enough details.. Looking at JSPs a few things jump out: * You

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Sri Sankaran
you are able to work with it. Sri -Original Message- From: Parnell, Giles (AU - Sydney) [mailto:g.parnell;eclipsegroup.com.au] Sent: Monday, November 04, 2002 8:28 PM To: 'Struts Users Mailing List' Subject: RE: Nested properties of form bean not being updated ! Hi Sri I've made

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Parnell, Giles (AU - Sydney)
: Tuesday, 5 November 2002 2:26 PM To: Struts Users Mailing List Subject: RE: Nested properties of form bean not being updated ! Giles: I am sorry. Going from the subject line I assumed you were trying to use the nesting extension. I am using Struts 1.0.2 along with the nesting extension from Arron

RE: Nested properties of form bean not being updated !

2002-11-03 Thread Parnell, Giles (AU - Sydney)
! # # -Original Message- From: Sri Sankaran [mailto:Sri.Sankaran;sas.com] Sent: Saturday, 2 November 2002 12:47 AM To: Struts Users Mailing List Subject: RE: Nested properties of form bean not being updated ! You have

RE: Nested properties of form bean not being updated !

2002-11-01 Thread Sri Sankaran
) or your html:form in the JSP. Sri -Original Message- From: Parnell, Giles (AU - Sydney) [mailto:g.parnell;eclipsegroup.com.au] Sent: Friday, November 01, 2002 12:04 AM To: '[EMAIL PROTECTED]' Subject: Nested properties of form bean not being updated ! Hi I'm having problems updating

Nested properties of form bean not being updated !

2002-10-31 Thread Parnell, Giles (AU - Sydney)
Hi I'm having problems updating the nested properties of an action form bean can anyone help ? I have a nested bean, say Address that lives within another bean, say Person. Both are value objects, which extend action form bean. I have the correct getters and setters set-up for both these