thanks Thomas!
FieldUpdater did the trick.

On Nov 8, 2:27 am, Thomas Broyer <[email protected]> wrote:
> On 8 nov, 07:14, "Henry H." <[email protected]> wrote:
>
> > hi,
> > when i was using 2.1.m1 i was able to extend an EditTextCell to make
> > an rpc call to update the database after the cell is updated. i just
> > inserted the rpc call right before commit() method in the cell.
> > when i made the switch to 2.1, this no longer works. the cell just
> > remains in edit mode and the onFailure() of the rpc doesn't show. the
> > viewdata is updated though.
> > i haven't messed with the new mvp framework yet , but is there another
> > way to make rpc calls after a cell has been edited?
>
> I'm not sure but I think you should (as in "it's intended that you")
> use a FieldUpdater (in CellTable) or ValueUpdated (in CellList) to
> handle the "commit" of the value and do your RPC.

-- 
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.

Reply via email to