Is it necessary to have a separate refresher for each component being updated or will one refresher work for the whole application?
Hi,
You need only one Refresher instance. The only requirement is that Refresher is in a layout which is currently visible. So, if you need it in many places of your application, a good practice would be to add it in the main layout of your application.
-Henri