Hi, Thanks for your contribution. I checked your code and it seems to help me with my problem. However, I'm still not able to use the HasDataFlushableEditor class with my "Editor". It only works when I change it to a LeafValueEditor (just like the HasDataEditor).
My question is: what do I have to do in order to use the HasDataFlushableEditor class? What I see in my code is that the table is created but no data is added, i mean, no row is created. Do you have any clue? Thanks, Aldo On Fri, Mar 4, 2011 at 2:54 PM, Colin Alworth <[email protected]> wrote: > I've already got a generator > <https://github.com/niloc132/celltable-tools>that builds FieldUpdater > instances (as well as Column instances, complete > with getValue calls), so it is just a matter of extending it a little > further to make this PendingChange-like thing. > > And, of course, to either stop HasDataEditor from implementing > LeafValueEditor, or patch my own copy of GWT. Patching isn't ideal, as it > would prevent others from using this library I'm trying to make, but it > would be a decent stopgap measure. > > Any suggestions on how to squeak a little louder to get that bug greased? > Or can a Googler comment on the status of the issue? > > -- > 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. > -- 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.
