You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mong...@googlegroups.com
Hi all,
I am trying to find a way to reload the data for a resource that I already retrieved from DB. For instance, when I have two clients working on some data, and one makes a change, I would like to enable a refresh/reload button which will get the changes saved by client 1 for client 2. O tried doing eResource.load(null) but that didn't work. Do you know any ways? I would like to avoid deleting the object and creating a new one.