Hello everyone,
using dynamic action we can refresh specific regions.
If I need to refresh the whole page, I use Javascript code : window.location.reload();
I would like to know if there is a way to only refresh navigation menu / bar ?
I display dynamic values in it (application items computed with application computation), and I need to recompute these values after user action.
I currently refresh the whole page to also refresh my navigation menu.
Thank you !