Re: Iterate through lines from datatable with editable columns

2016-11-15 Thread Francois Meillet
Looks like some formcomponent (or form) validation fails.
So the model is not updated.

François



> Le 15 nov. 2016 à 15:45, ganea iulia  a écrit :
> 
> 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.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Iterate through lines from datatable with editable columns

2016-11-15 Thread ganea iulia
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.