For example, let's say I have a menu option "List Users", and I have a 
button in the List Users view that removes a User.

Then a user of my app clicks in the "Delete User" button, and inmediately 
clicks in "List Users" option in the menu. This RPC goes to the server 
before that the deleteUser RPC is done. And maybe also the fetchUsers RPC is 
back before the deleteUser RPC efectively deleted the user, so in the list 
will come the deleted user.

So I was looking a way to don't allow the user to go to the Users Lists 
activity before the deleteUser rpc is done. 

-- 
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/-/bHS8nJLtSCwJ.
To post to this group, send email to google-web-toolkit@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