Hi, we're really liking SmartGWT and we're finding it a great product. We are currently evaluating SmartGWT EE 1.2.1 and are working on a couple different modules in a single page. The list on the right side fills up with a number of Employees and has a button to create a work item for that Employee. That work item needs to show up in a list on the left side when it's clicked. Currently, I am able to click on the button and the logic tells the server to create that work item. I currently have to refresh the page to get the "fetch" to pull the data into the left side. I would like to have it so I can have that other modules be notified that something has changed and update that list. I am using the DMI mechanism and have a hashmap holding the data (before persisting it) and am putting the objects in the session. I have tried to grab the instance object from the session and populate that hashmap with no change in the GUI. Is there a listener I can use to communicate between the modules?
Warm Regards,
Brant
Warm Regards,
Brant
Comment