Hi, I need to implement a dynamic table that is populated based on values of a given entity on the server by many clients simultaneously. I thought that registerForProxyType() would solve all problems of mine, but then I made some quick tests and found that it is not called when a different client performs changes to that table. Is this correct? I mean, If I have 2 persons working on the same table and one updates an entry there, should I expect to be notified on both clients? If not, is there an easy way to do that?
Thanks, Aldo -- 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.
