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]

Reply via email to