
Action Status in Visualforce
ActionStatus visualforce component displays the status of an AJAX update request. An AJAX request can either be in progress or complete. In simple words, I could say that this tag is used in visualforce to inform the user that the process is in action. In many scenarios, the AJAX request takes some time. So we…