Re: Iterate tag issue with an array

2004-10-06 Thread wiwit_tjahjana
elete this information from your computer, and destroy all copies of the information. "Wendy Smoak" <[EMAIL PROTECTED]> 10/06/2004 01:39 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PRO

Re: Iterate tag issue with an array

2004-10-06 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> > I am willing to use the jstl if needed. What is that syntax? Google should turn up a bunch of examples to get you started if you really want to go that route. I think there's a simpler solution, and would first try to get that *one* item out of the array somehow, so y

RE: Iterate tag issue with an array

2004-10-06 Thread Mick.Knutson
I am willing to use the jstl if needed. What is that syntax? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 9:47 AM To: Struts Users Mailing List Subject: Re: Iterate tag issue with an array From: <[EMAIL PROTECTED]> > I need

Re: Iterate tag issue with an array

2004-10-06 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> > I need to access only the first object in this Array. Any ideas? > I have a DTO that may contain a Guarantor[]. > Here is my code that keeps giving me an "null java.lang.ArrayIndexOutOfBoundsException" > when I do not have a Guarantor[0] > You're checking to see if the

RE: Iterate tag issue with an array

2004-10-06 Thread Mick.Knutson
I need to access only the first object in this Array. Any ideas? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 5:19 PM To: [EMAIL PROTECTED] Subject: Iterate tag issue with an array I have a DTO that may contain a Guarantor[]. Here