In my xCP 2.0 application, an end user submits a form using a standard button.
After the completion of the business logic implemented using a stateless process, the application should fully reload the page in order to enable new menu items defined into the master page. For this reason I need to reload the master page not just the page rendered inside the content area of the master page.
I am wondering if there is a "smart" way to fully reload the same page after the stateless process completion: any ideas?