Use indexId="count" instead of idName="count". Count will then be a scripting variable containing the iteration index.
B -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 3:20 PM To: [EMAIL PROTECTED] 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 <logic:iterate idName="count" name="KEY_USER" property="appCourses"> <html:text property="course($count)" /> </logic:iterate> The idea is to set/get the value at the count index. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

