posted 14 years ago
Hello GWT forum, I have a new question.
I am making a crud with hibernate + gwt, and my last topic is the update part.
Here is my table
My update method should be something like that
Now my question, how should I get the values of the modified textbox from the table ??
Thanks!