Tag Archives: actionstatus using vf

Use of ActionStatus in Visualforce page salesforce

apex:actionStatus A component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete. Using actionstatus, we can also display some gif (graphic Interchange Format), which shows to user that their request is in progress. Here we have also shown Apex:message after data inserted succesfully. Apex Controller… Read More »