Hello,
I m using wicket 7.5.

I have a datatable, where some of the columns contain editable components:
-dropdownchoices
-checkboxes
-TextFields


After I edit some of the editable cells, when hitting a process button, I
need to iterate through all lines from the datatable and save the changes.
But I cannot see the changes. The initial values always appear.

Could you please advise on how I can iterate through a DataTable, and get
the values of the cells as they are shown?

Thank you.

Reply via email to