I need a capture when a component's asynchronous request is failing. For
example, if I call component. refresh() or component.submit() and the
communication/request to the server is failing, how do I detect this?
Please help, I need to find a solution asap.
Jason