On 08/10/2011 04:36 AM, Adolfo Panizo Touzon wrote: > If I understand, when you set > <http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/cell/client/FieldUpdater.html> > the new value you must call to "/yourTable.redraw();/"
Exactly. However, the new value isn't displaying until the next focus/blur cycle. I have other cells in the cell table whose values are updated. This is the only cell whose value is read, then written. It has something to do with the EditTextCell edit cycle. It seems like whoever wrote this widget did not consider the case where there would be additional edits after the user pressed enter to commit the value. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
