Hi,

in my app, I've got an edit form which uses the Editor framework to edit an 
EntityProxy.

There's also a delete function, which may be activated while an entity is 
being edited.

Now the problem is that I can't just open a new RequestContext for an Entity 
and call remove() on it while it is still being edited (as that would mean 
"crossing the beams"). So what it does now is first persist() the edited 
Entity and then remove() it, which causes unnecessary traffic and delay.

How can I tell my EditorDriver to cancel editing? Or alternatively throw 
away the whole RequestContext in which the editing takes place?

Regards

Tom

-- 
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/-/85SdohRBg6sJ.
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.

Reply via email to