Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread Rick Reumann
[EMAIL PROTECTED] wrote: I have tried that ...form-property don't have a size attribute. :-( If you are using a DynaForm, which I recommend you DO NOT (I think they stink big time and I can give reasons why) you'll have to create your own class that subclasses DynaForm so that you can declare a r

Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread Bill Siggelkow
--- [EMAIL PROTECTED] wrote: I have tried that ...form-property don't have a size attribute. :-( -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow Sent: Wednesday, August 18, 2004 4:50 PM To: [EMAIL PROTECTED] Subject: Re: DynaActionForm jav

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread ravi.vedala
I have tried that ...form-property don't have a size attribute. :-( -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow Sent: Wednesday, August 18, 2004 4:50 PM To: [EMAIL PROTECTED] Subject: Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsExce

Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread Bill Siggelkow
ject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException Thanks Rick. Right now the form is in session scope. Giving the action mapping and the form definition for your reference : Action mapping is : Regds Ravi -Original Message- From:

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread ravi.vedala
ilto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:20 PM To: Struts Users Mailing List Subject: Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException [EMAIL PROTECTED] wrote: > Thanks Anirudh. > > Tried, but didn't work. Same issue. Reinitialize the array with an ade

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread ravi.vedala
18, 2004 12:20 PM To: Struts Users Mailing List Subject: Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException [EMAIL PROTECTED] wrote: > Thanks Anirudh. > > Tried, but didn't work. Same issue. Reinitialize the array with an adequate size in your form's reset method (

Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread Rick Reumann
[EMAIL PROTECTED] wrote: Thanks Anirudh. Tried, but didn't work. Same issue. Reinitialize the array with an adequate size in your form's reset method (or set your form to use Session scope). -- Rick - To unsubscribe, e-mail: [EMA

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
Thanks Anirudh. Tried, but didn't work. Same issue. -Original Message- From: Anirudh Jayanth [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:02 AM To: 'Struts Users Mailing List' Subject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException Try

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread Mohammad Shoaib
#x27;; '[EMAIL PROTECTED]' Subject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException Thanks Shoaib. But, after giving the size 100 as : type="com.test.Line[100]", it throws a NullPointerException : java.lang.NullPointerException: The type for property off

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread Anirudh Jayanth
] Sent: Wednesday, August 18, 2004 10:55 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException Thanks Shoaib. But, after giving the size 100 as : type="com.test.Line[100]", it throws a NullPointerException : java.lang.NullPointe

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
esday, August 18, 2004 10:45 AM To: 'Struts Users Mailing List' Subject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException You have to specify the Size here type="com.test.Line[]" Or whatever is the initial size you specify in your action the zise should remain less

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
g List' Subject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException You have to specify the Size here type="com.test.Line[]" Or whatever is the initial size you specify in your action the zise should remain less that or equal to that size otherwise you will get this error.

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread Mohammad Shoaib
You have to specify the Size here type="com.test.Line[]" Or whatever is the initial size you specify in your action the zise should remain less that or equal to that size otherwise you will get this error. Regards Shoaib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED