My goal is to persist the error messages that are created when the page loads, even if the user decides to refresh the page. One approach I have considered is saving them globally and then injecting them back into the FeedBackPanel
within the page's renderHead
method. However, I have noticed that when navigating back to a previous page, the error message remains visible until the page is refreshed.