Tag Archives: apex:actionstatus

Actionstatus & ActionSupport using Visualforce page

Here we used action status & action support. In this example we are showing some text message to user while AJAX request is in progress using actionstatus component. It shows some different message once request is complete. When user will click on ‘Click here for increment’ or ‘Click here for decrement’, then count will be… Read More »

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 »