Re: nested:iterate - set method not called

2002-03-17 Thread Arron Bates
deadline is not budging. - ej - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 8:04 PM Subject: Re: nested:iterate - set method not called The getter will only ever be called, as it's the middle-man

Re: nested:iterate - set method not called

2002-03-17 Thread Elijah Jacobs
thanks, Arron that cleared things up. - ej - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 10:55 AM Subject: Re: nested:iterate - set method not called The setter on a nested property

Re: nested:iterate - set method not called

2002-03-15 Thread Elijah Jacobs
if these are simple question, I've struggle with this for 2 days now and the project deadline is not budging. - ej - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 8:04 PM Subject: Re: nested:iterate - set method not called

nested:iterate - set method not called

2002-03-10 Thread Elijah Jacobs
Hi, I am able to list the elements on my Vector just fine, but I noticed that when I do a submit the set method is not being called, hence the field is empty when it gets to the action class. Can someone suggest to me what the problem might be? my code is below. thanks, - ej *** code

RE: nested:iterate - set method not called

2002-03-10 Thread Barr, Scott [IBM GSA]
Subject: nested:iterate - set method not called Hi, I am able to list the elements on my Vector just fine, but I noticed that when I do a submit the set method is not being called, hence the field is empty when it gets to the action class. Can someone suggest to me what the problem

Re: nested:iterate - set method not called

2002-03-10 Thread Elijah Jacobs
- From: Barr, Scott [IBM GSA] [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 7:03 PM Subject: RE: nested:iterate - set method not called Could it be that the html field in your jsp is named 'extraInfo' (uppercase 'i'), and the setter is using

RE: nested:iterate - set method not called

2002-03-10 Thread Barr, Scott [IBM GSA]
PROTECTED]] Sent: Monday, March 11, 2002 10:43 AM To: Struts Users Mailing List Subject: Re: nested:iterate - set method not called thanks for the reply, Scott My syntax looks okay on the jsp side and since the getExtrainfo method is being called it puzzles me that the set method

Re: nested:iterate - set method not called

2002-03-10 Thread Arron Bates
- ej - Original Message - From: Barr, Scott [IBM GSA] [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 7:03 PM Subject: RE: nested:iterate - set method not called Could it be that the html field in your jsp is named 'extraInfo' (uppercase 'i