I am using two request factory based editors to edit the same object.
One editor is used mainly for display and adding/removing child
objects to the object. The other editor is used to edit the details of
the object. The display editor contains an edit link which opens the
details editor. Once the details editor finishes, I would like the
display editor to refresh to reflect any changes, but I cannot find a
way to do this.

RequestFactoryEditorDelegate has a refresh method, but the
EditorDelegate interface that is used throughout the editor framework
does not. RequestFactoryEditorDelegate also has object change
subscription support, but it seems that the event is only fired after
a request is made but I would like to make one big request after both
the display and details editors finish.

Is there a way to accomplish this or a better way to approach this
problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to