Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 86718 invoked from network); 26 Nov 2003 22:24:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Nov 2003 22:24:25 -0000 Received: (qmail 19019 invoked by uid 500); 26 Nov 2003 22:23:57 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 18740 invoked by uid 500); 26 Nov 2003 22:23:55 -0000 Mailing-List: contact struts-user-help@jakarta.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 struts-user@jakarta.apache.org Received: (qmail 18727 invoked from network); 26 Nov 2003 22:23:55 -0000 Received: from unknown (HELO pulvertech.com) (64.72.162.70) by daedalus.apache.org with SMTP; 26 Nov 2003 22:23:55 -0000 Received: from BONGO.webemporium.com [64.72.162.4] by pulvertech.com with ESMTP (SMTPD32-7.07) id A82540CB0128; Wed, 26 Nov 2003 15:24:37 -0700 Received: by bongo.pulvertech.com with Internet Mail Service (5.5.2653.19) id ; Wed, 26 Nov 2003 15:34:13 -0700 Message-ID: From: Barett McGavock To: 'Struts Users Mailing List' Subject: RE: Accessing page variables in the property Date: Wed, 26 Nov 2003 15:34:13 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Use indexId="count" instead of idName="count". Count will then be a scripting variable containing the iteration index. B -----Original Message----- From: mohan@physics.gmu.edu [mailto:mohan@physics.gmu.edu] Sent: Wednesday, November 26, 2003 3:20 PM To: struts-user@jakarta.apache.org Subject: Accessing page variables in the property Hi All Is there a way i can use pass the variable values from a page into a property in the same page like The idea is to set/get the value at the count index. --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org