Re: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Rick Reumann
Néstor Boscán wrote the following on 1/18/2006 10:48 AM: set ("variables", new VariableTo [count]); } } Now the first time I call the JSP it works fine. I have a refresh button that refreshes the page. The reset method is called with no problems and then I get the exception java.lan

RE: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Néstor Boscán
ED] Enviado el: Wednesday, January 18, 2006 11:21 AM Para: Struts Users Mailing List Asunto: Re: RV: Array of a java bean and Dynamic Form Beans Néstor Boscán wrote the following on 1/18/2006 10:05 AM: > Hi Rick > > If I comment the reset method I get: > > java.lang.ArrayIndexOutOfBou

Re: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Rick Reumann
Néstor Boscán wrote the following on 1/18/2006 10:05 AM: Hi Rick If I comment the reset method I get: java.lang.ArrayIndexOutOfBoundsException: 0 at I'm assuming you get that when you submit your form? Some of these things have to be broken down into baby stteps since sometimes the error

RE: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Néstor Boscán
ara: Struts Users Mailing List Asunto: Re: RV: Array of a java bean and Dynamic Form Beans Néstor Boscán wrote the following on 1/18/2006 8:06 AM: > Hi Rick > > I created a class that extends DynaActionForm and checked the > parameters to determine the size of the array. After I determi

Re: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Rick Reumann
Néstor Boscán wrote the following on 1/18/2006 8:06 AM: Hi Rick I created a class that extends DynaActionForm and checked the parameters to determine the size of the array. After I determine the size of the array I set the attribute with a new array. I tested the code but after the reset method

RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Néstor Boscán
Hi Rick I created a class that extends DynaActionForm and checked the parameters to determine the size of the array. After I determine the size of the array I set the attribute with a new array. I tested the code but after the reset method I get: java.lang.IllegalArgumentException: No bean specif