RE: How do you iterate within an iterate

2005-07-13 Thread Harland, David
Many thanks.. -Original Message- From: Thai Dang Vu [mailto:[EMAIL PROTECTED] Sent: 12 July 2005 17:17 To: user@struts.apache.org Subject: Re: How do you iterate within an iterate I think it can be >>> [EMAIL PROTECTED] 7/12/2005 11:49:13 AM >>

Re: How do you iterate within an iterate

2005-07-12 Thread Thai Dang Vu
I think it can be >>> [EMAIL PROTECTED] 7/12/2005 11:49:13 AM >>> How would I replace the following with the iterate tag <% ArrayList bookings = (ArrayList)request.getAttribute(BOOKINGS); Iterator bookingsiterator = bookings.iterator(); while(bo