posted 19 years ago
Hi,
I want to iterate through a nested bean, it is 3D.
The first bean contains an ArrayList, of the second bean.
Each second bean contains an ArrayList of the third bean.
Each Third bean contains different attributes.
I want to print Attributes of the third bean in text-field and the user should edit them
and committ changes by pushing the submit-button.
I can call the getter of the attributes in the third bean, but how can I make the
application call the setter?
This is my code... what should I do?
<nested:iterate id="line" property="resultList" name="kombinationForm">
<nested:iterate id="elementLine" name="line" property="resultList">
<nested:text name="elementLine" property="oneAtribute"/>
</nested:iterate>
</nested:iterate>
Can anyone help me?
Please
mfg hal arres