The RequestContext returned by flush() is the one you gave to edit(). To persist your entity, you've had to call a service method on it before giving it to edit() (or after, if you kept a reference on it); and you can simply give it a Receiver without fire()ing the request by using the to() method of the Request object.
-- 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.
