Accessing page variables in the property

2003-11-26 Thread mohan
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. Thanx --Mohan

RE: Accessing page variables in the property

2003-11-26 Thread Barett McGavock
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