Hi,

I am using iterator to list some values in textfilds in tabular format,
following way.

<s:iterator value="myList">
        <s:properties value="Id"/>      
        <s:textfield value="%{name}"
</s:iterator>


Here "myList" is a Arraylist and contains a bean(say TestBean) with two
attributes Id and name. Id is displayed as text and Name is displayed in
textfields.

Now if user changes the values of the names in the iterated textfields, I
need to get all the values back in the "myList" so that I can have it in the
ActionSupport class to process further.

It was possible in Struts 1.x

How can I achieve that in Struts 2 ?

Thanks in advance

Ibrahim.....



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

Reply via email to