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

Dyanamic form

2004-06-07 Thread shoaibm
Hi Nikhil, thanks a lot for your help.But we have tried thyis solution.The problem is I need to create the ArrayList with some size which is defined at the server end like in your action class or Struts-config.But If i add rows dynnamically at the client add then it throws ArrayIndexOutofBound err