I'm using
Ext.getCmp('my_form').submit(
{
url: 'http://does-not-respond.onion/',
method : 'POST',
waitMsg : 'Please wait...',
timeout: 5,
params :
{
The "Please wait" window doesn't disappear. How I can make it disappear and alert a message? I want it to disappear and show error message if the server does not respond, like the internets has gone away.