2011/9/29 Thomas Seven <[email protected]> > 2011/9/28 Aidan O'Kelly <[email protected]> > > >> If you don't >> want to send the changes when calling remove, simply do not fire() the >> context you are editing in (effectively throwing it away), and create >> a second context to call remove() on. >> >> > Ok, I tried this and it's working. I have to flush() the editorDriver > before remove()ing the Entityhowever. Otherwise I get > > java.lang.IllegalArgumentException: Attempting to edit an EntityProxy > previously edited by another RequestContext > > Thanks for helping! >
Update: It only works if I flush() the EditorDriver and then fire() the resulting context. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
