Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 55520 invoked from network); 10 Aug 2007 11:47:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 11:47:23 -0000 Received: (qmail 76636 invoked by uid 500); 10 Aug 2007 11:47:12 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 76604 invoked by uid 500); 10 Aug 2007 11:47:12 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 76593 invoked by uid 99); 10 Aug 2007 11:47:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 04:47:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marcosm@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 11:47:08 +0000 Received: by wr-out-0506.google.com with SMTP id q50so42140wrq for ; Fri, 10 Aug 2007 04:46:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XaMsVVhBhRoKiEl7Pb4r+bsCAS+WrKu5tF9n2Y/GvmaY5pBbQR9CFr4gmXuKrgwAyfVf4nMzYkhFbsMxQb8PmrAyrKVGXMiwhv9gzd9yTKv56nDnhw/MnfrmbvYcc8l+sB4Adq8w8hW0YndAo5XpLCENZgglfKAgDCqixYjy6LE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c7Mil716Tc3w/UvTC9gepgZySq/BdzBAOPMezL9Zt+P80qh3nicFQ56KDVw4bq0aiQwTxnFuRYgs7B9eNWsfDSsOqdyr8+gN1ABwfGXozftAU/9Nu1O2YAFk2DZSlwCDUQHKfw4N4zW1cOYmJDWpnSBR1J2IiuFFdneSeb4rmqg= Received: by 10.90.104.14 with SMTP id b14mr3050630agc.1186746407182; Fri, 10 Aug 2007 04:46:47 -0700 (PDT) Received: by 10.90.26.13 with HTTP; Fri, 10 Aug 2007 04:46:47 -0700 (PDT) Message-ID: <2b46c7150708100446u2384e39bud5e4b58f44d7c710@mail.gmail.com> Date: Fri, 10 Aug 2007 08:46:47 -0300 From: "=?ISO-8859-1?Q?Marcos_Mendon=E7a?=" To: "Struts Users Mailing List" Subject: Re: s:iterator tag In-Reply-To: <2b46c7150708091415w7745350l3966f0df117964f6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2b46c7150708091402i397d1df2w1a50ec2cd4163ec9@mail.gmail.com> <706698.49424.qm@web56714.mail.re3.yahoo.com> <2b46c7150708091415w7745350l3966f0df117964f6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I managed to make it work by acessing the ArrayList.iterator() method. That is, I had to create another class member of the type Iterator, create getters and setters for it, and the use that member in the .jsp. On 8/9/07, Marcos Mendon=E7a wrote: > Yes, I did. ArrayList has something in it. > > I managed to print it's size and log the file name, the one I'd like > to print with the JSP. > > On 8/9/07, Dave Newton wrote: > > --- Marcos Mendon=E7a wrote: > > > I have an action that generates an ArrayList of the > > > files in a given directory. > > > > Do you know that it's generating a list with any files > > in it (determine via logging for the most complete > > information or put something else in the > > loop as a quick sanity check)? > > > > d. > > > > > > > > > > _______________________________________________________________________= _____________ > > Need a vacation? Get great deals > > to amazing places on Yahoo! Travel. > > http://travel.yahoo.com/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > > For additional commands, e-mail: user-help@struts.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org