Hi,
I thought the basic concept in DWR was that it ENABLES you to automatically refresh your page by calling the Java code asynchronously to update your page. However, that doesn't seem to be happening for me - How do we achieve this.
My calback gets executed. However, setting dwr.setUtil("id", value) doesn't refresh the ID value in the page automatically. Any ideas on HOW to get your page to refresht this data automatically.
Thanks for any pointers. I really would appreciate it.