Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 97448 invoked from network); 24 May 2004 16:01:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 May 2004 16:01:52 -0000 Received: (qmail 78927 invoked by uid 500); 24 May 2004 08:22:07 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 74501 invoked by uid 500); 24 May 2004 08:20:59 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 68757 invoked by uid 98); 24 May 2004 08:19:29 -0000 Received: from janarthan.s@mphasis.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(203.199.37.90):. Processed in 0.157336 secs); 24 May 2004 08:19:29 -0000 X-Qmail-Scanner-Mail-From: janarthan.s@mphasis.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(203.199.37.90):. Processed in 0.157336 secs) Received: from unknown (HELO mandex01.corp.mphasis.com) (203.199.37.90) by hermes.apache.org with SMTP; 24 May 2004 08:19:28 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: From bean into "for" loop Date: Mon, 24 May 2004 13:49:13 +0530 Message-ID: <91D734DB2BCEFC42B1930E0ADFA5EE6CB2A856@mandex01.corp.mphasis.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: From bean into "for" loop Thread-Index: AcRBZxjwHbI2q5HoQESZD/x1mrrmKAAAJ9Uw From: "Janarthan Sathiamurthy" To: "Struts Users Mailing List" X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Andy, What error are u getting ? Regards, Janarthan S -----Original Message----- From: Andy Engle [mailto:struts@andyengle.com] Sent: Monday, May 24, 2004 9:20 AM To: user@struts.apache.org Subject: From bean into "for" loop Hi all, I am trying to do something as simple as writing a FOR loop with some information that I have in a bean, but this is proving to be quite a bit more cumbersome and difficult than I thought it would be. For some reason, everything I try seems to fail. Here is a short example of what I'm trying to do: <% for(int i =3D 0; i < ${productData.someCount}; i++) { %> // Write my text here <% } %> What am I missing here? If you could help me I'd appreciate it -- enough time wasted on this thing already. Thanks, Andy --------------------------------------------------------------------- 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