RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-17 Thread Sashi Ravipati
i.e. something like person[0].firstName, person[1].phoneNo, etc) -john -Original Message- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 5:13 AM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion No returning from V

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-13 Thread Sashi Ravipati
From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 5:13 AM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion No returning from Validation does not work even when I did not add the new row. This is what is confusing me. Even I wa

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-13 Thread John Greenhill
lds? (i.e. something like person[0].firstName, person[1].phoneNo, etc) -john -Original Message- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 5:13 AM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion No returning from Valid

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-13 Thread Sashi Ravipati
] Sent: Thursday, June 12, 2003 1:57 PM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion When I first load the form I want two empty rows and then I should be able to add more rows. This is how I have my JSp page Login Name

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-12 Thread John Greenhill
- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:57 PM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion When I first load the form I want two empty rows and then I should be able to add more rows. This is how I have my JS

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-12 Thread Sashi Ravipati
able when you return. -j -Original Message- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 12:59 PM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion John I am having a problem when the form Validation fails. The ArrayL

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-12 Thread John Greenhill
ECTED] Sent: Thursday, June 12, 2003 12:59 PM To: [EMAIL PROTECTED] Subject: RE: what setters do i implementinan indexedtag--NewBiequestion John I am having a problem when the form Validation fails. The ArrayList is size is resetting to ZERO. The action errors are coming but the table with the da

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-12 Thread Sashi Ravipati
John I am having a problem when the form Validation fails. The ArrayList is size is resetting to ZERO. The action errors are coming but the table with the data is not coming. Thanks >>> [EMAIL PROTECTED] 06/12/03 02:52PM >>> It's not the ArrayList that's the problem. The problem is getting bl

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-12 Thread Bailey, Shane C.
OK, but don't share this with anyone: ArrayList personList = new (SuperDuper)ArrayList(increase=magically); -Original Message- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 2:43 PM To: [EMAIL PROTECTED] Subject: RE: what setters do i implemen

RE: what setters do i implementinan indexedtag--NewBiequestion

2003-06-12 Thread Sashi Ravipati
Could u give me more info on the special java code that increase th size of the personList array. It would be of great help. Thanks >>> [EMAIL PROTECTED] 06/12/03 02:28PM >>> personList is an ArrayList. I thought they increased automagically. Maybe only my special Java code makes ArrayList incr