I'm trying to use a list editor as a sub editor and the when the flush happens the list comes back null. The input boxes for the list seem to render fine. I'm not sure the backing of the PeopleDataProxy gets established with the current configuration.
I'm still digesting the interfaces and there use compared with the results they do. The I haven't grasped all the nuances of the Editors automation yet.
The question is, how can I get the listEditor to work?
The Person Editor, which has a list of Todos, or child editor
http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/PersonEditor.java#52
Todos list editor - will render, but won't give back a list (need backing established from PeopleDataProxy?)
http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/todos/TodoListEditor.java#46
Todos Item
http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/todos/TodoItemEditor.java
DTOs
http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/app/requestfactory/dto/PeopleDataProxy.java
http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/app/requestfactory/dto/TodoDataProxy.java
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/-/r-edascVNFMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment