RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-16 Thread Leonardo Maciel
<[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 Date: Fri, 15 Nov 2002 10:01:35 -0500 We've run some more tests, and

Re: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-15 Thread Kevin . Bedell
EMAIL PROTECTED]> cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:Re: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 Jim Krygowski wrote: > That leads me to believe that something funny is happening to my ActionForm > somewhere in the Struts code. Has anyone else seen this?? I

Re: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-15 Thread Robert Leland
Jim Krygowski wrote: That leads me to believe that something funny is happening to my ActionForm somewhere in the Struts code. Has anyone else seen this?? I have three developers who came across this error independently so I have to imagine that some of you out there bumped into it too when you m

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-15 Thread Jim Krygowski
> > > Given this new info, what do you think is going on here? > > > > > > > > > > > > > -Original Message- > > > > > From: Karr, David [mailto:david.karr@;attws.com] > > > > > Sent: Thursday, November 14, 2002 2:03 PM > >

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Jim Krygowski
ovember 14, 2002 3:03 PM > To: 'Struts Users Mailing List' > Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 > > > > > if you think thats the case, you could crack open the jar files for 1.3.x, > take out the reflection classes and replace them in the 1.4.

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Drew Zimber
- From: Jim Krygowski [mailto:james.krygowski@;shaws.com] Sent: Thursday, November 14, 2002 2:49 PM To: Struts Users Mailing List Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 The usage of "displaySections[0]" comes from struts itself when it disassembles the request to

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Jim Krygowski
tial JDK 1.4.1 issue here. > -Original Message- > From: Karr, David [mailto:david.karr@;attws.com] > Sent: Thursday, November 14, 2002 2:40 PM > To: Struts Users Mailing List > Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 > > > So you're t

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Karr, David
gt; > -Original Message- > > From: Karr, David [mailto:david.karr@;attws.com] > > Sent: Thursday, November 14, 2002 2:03 PM > > To: Struts Users Mailing List > > Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 > > > > > > Step t

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Jim Krygowski
> To: Struts Users Mailing List > Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 > > > Step through the "getPropertyDescriptor()" method, which is > called just before that check. That's what makes the decision on > what type to return. W

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Karr, David
] > Sent: Thursday, November 14, 2002 10:43 AM > To: Struts Users Mailing List > Subject: RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 > > > Been doing some research since my last post. Here's the setup, same > application code, same struts jars, same app ser

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Jim Krygowski
uts Users Mailing List > Subject: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1 > > > Hi all- > > we have an application originally written to struts 1.1b2 and > J2SDK 1.3.1_03 > that was working fine. Recently, we've been given the signal to > upgrade to > J2SD

IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Jim Krygowski
Hi all- we have an application originally written to struts 1.1b2 and J2SDK 1.3.1_03 that was working fine. Recently, we've been given the signal to upgrade to J2SDK 1.4.1. Fine, but now we're finding that our form posts are failing with IndexOutOfBoundsException. I've traced through the Struts