If the type is String[], you will get an array of values.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2003 2:40 PM
To: [EMAIL PROTECTED]
Subject: saving values thro <logic:iterate> to a list


Hi All,
I have a loop this way
<logic:iterate id="xSome" name="KEY_USER" property="appCourses">
   <html:text name="xSome" property="courseName" />
   <html:text name="xSome" property="level" />
</logic:iterate>

I am iterating thro a list called getAppCourses. Suppose i change these
values will the list also get updated with changed objects, given that
there are setters/getters for all the properties


Thanx
Mohan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to