Re: Validating Dynamically Creating Rows

2004-08-24 Thread DGraham
Return Receipt Your Re: Validating Dynamically Creating Rows document

Re: Validating Dynamically Creating Rows

2004-08-23 Thread dangmp
Return Receipt Your Re: Validating Dynamically Creating Rows document

Re: Validating Dynamically Creating Rows

2004-08-23 Thread Jitender K Chukkavenkata
Return Receipt Your Re: Validating Dynamically Creating Rows document

Re: Validating Dynamically Creating Rows

2004-08-23 Thread Bharathiraja
Hi Bill, Thanks a lot my friend.I will goahead with it as per your suggestion. regards, Bharathiraja.T - Original Message - From: "Bill Siggelkow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 8:46 PM Subject: Re: Validating Dyn

Re: Validating Dynamically Creating Rows

2004-08-23 Thread Bill Siggelkow
You need to preallocate space in your List for the max number of items you will have. Alternatively you can use the LazyList stuff from BeanUtils -- or you can write a "smart" set method that allocates space on the list if needed. Bharathiraja wrote: hi everybody, In my application, i am ha