Well not being a GWT user I can't comment on the details of what is going on in the GWT side, but from the enhanced class side here you can see an enhanced class http://db.apache.org/jdo/enhancement.html with the before and after. The field "jdoDetachedState" is the one referred to, and this relies on any updates to the object coming in via setters which in turn set the flags (in jdoDetachedState) for modified (e.g look at setB() method, relaying to jdoSetb). If that notion doesn't hold in GWT space for some reason then people can simply be referred to Rays workaround for now.
Storing as boolean[] would not be a problem but as Vitali said may not be the real 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 -~----------~----~----~----~------~----~------~--~---
