Currently I am using the AutoRotator of Dojo, to display a set of content documents. I populate this caroussel with a repeat control, who gets his data collection from a managed bean. There is a method who collect the universal ids from a view and put it in a HashMap as a bean property.
In the repeat control, there is a panel with a datasources binded to it. The datasource is document, and the documentId is from the data collection out of the managed bean. I decided this way, because the body is Mime entity with lots of formatted information
So far so good, everything works fine...... When a content document, via another XPage is updated and saved, the documents in the caroussel will not been updated.
Does anyone knows a way to update my data collection? Is it possible to update the data collection Hashmap in the Managed Bean and will the repeatcontrol get the new data? Or are there other ways to stay in sync between back en front end.