Wahoo!! I just solved the issue. This got the ListEditor.setValue(T value) to work correctly and then rendered the items. Awesome! I'll disclose the results later.
I had forgotten to annote the owned collection in PeopleData: @Persistent(defaultFetchGroup = "true", dependentElement = "true") http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/server/jdo/PeopleData.java#93 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/LjqBi6TN4KUJ. 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.
