On Oct 2, 4:15 pm, Patrick Julien <[email protected]> wrote: > What does it take exactly? > > If I look at dynatblerf sample, there is an AddressEditor in a > PersonEditor and it just seems to work. > > I have the same thing, I have a SecuritySettingsEditor inside another > Editor and when I get the EntityProxy back, the security settings > field is always null. What does it take for the editor to generate > the value?
The DynatableRF sample's Person never has a 'null' Address; it might be an "empty" Address instance, but never the null value. It might be the reason. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
