Hi all, I have an AjaxSubmitLink which fails silently if the back-end server goes away.
In debug mode, the ajax debug console shows: ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Service Unavailable This is in Wicket 6.x Is there a way to catch these kinds of errors and show a message to the user or *try* to redirect to an error page (which will naturally lead to an HTTP error)? Thanks Marios