I want to refresh an XHTML page (jsf) or part of this page, when a variable in a manageBean changes the value.
The problem is:
I have a JavaBean, which receives data from a webService. This data changes regularly. when a variable changes value, I want to display it in the IHM page.
I want that my application detects these changes and refresh the page automatically.
Thank you.