This sounds quite specific to a single page, I'd use an event handler
public void onException(Throwable cause)
You can @Inject AlertManager to add alerts
You can @Inject Request to test request.isXhr()
You can @Inject AjaxResponseRenderer to update zones.
Hi All,
I would like to know how to use the component to show
exceptions when "any" ajax related operation results in uncaught exception.
Also is it possible to refresh all/selected zones in the page if the ajax
operation resulted in exception?
I'm trying to use the "Override Exception Report