RE: Dyanamic form

2004-06-08 Thread Andrew Hill
: Tuesday, 8 June 2004 17:09 To: Struts Users Mailing List Subject: Re: Dyanamic form Hi, Shoaib In getter method of arrayList you must check whether index is within bounds or not. if not then you have to add new object (blank) to arrayList,if possible i will send send utility class for this

Re: Dyanamic form

2004-06-08 Thread nikhil walvekar
Hi, Shoaib In getter method of arrayList you must check whether index is within bounds or not. if not then you have to add new object (blank) to arrayList,if possible i will send send utility class for this. Nikhil. [EMAIL PROTECTED] wrote: Hi Nikhil, thanks a lot for your help.But we have t