Share Your Experience With Others

Progress Bar on Visualforce Page by ActionStatus Tag in Salesforce

Some times we need to show some loading image or progress bar while we are doing some progress or calculation on page. In that case we can use <apex:actionStatus> tag to show loading image.

actionstatus image

It’s position will decide it will show under the button or at the top of the button. You can copy paste the code above the pageblock section then see the difference.

If i have done any mistake then please suggest me.

 

Leave a comment