Friday, February 3, 2012

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

Thanks Patrick for checking into this. I really appreciate the help. :)

I added getPaths to the context. Although I'm still puzzled by why the ListEditor list is null on flush. 

http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/EditPersonWorkFlow.java#132

I also added dispose and setIndex to the listeditor... So when the listeditor adds a inputbox and then disposes it on instantiation. This also creates a challenge to add another input box b/c I would then need to have reference to the context in the subeditor so I could create an instance of the dtoproxy. Where if I use ListEditor.createEditorforTransversal() creates a new editor source but then it removes it on the same hand.
http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/todos/TodoListEditor.java#56

My goal is to figure out why the ListWrapper in ListEditor.setValue(T value) doesn't get instantiated and why list.flush throws on a driver flush. 

--
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/-/EcZKSy6LhNUJ.
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