You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by mo...@physics.gmu.edu on 2003/12/01 20:39:58 UTC

saving values thro 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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org