Activity Forums Salesforce® Discussions What is the difference between <apex:actionSupport> and <apex:actionPoller> in Salesforce?

  • What is the difference between <apex:actionSupport> and <apex:actionPoller> in Salesforce?

    Posted by Shweta on January 21, 2020 at 2:29 pm

    What is the difference between <apex:actionSupport> and <apex:actionPoller> in Salesforce?

    Aditya replied 4 years, 3 months ago 3 Members · 2 Replies
  • 2 Replies
  • Anuj

    Member
    January 21, 2020 at 3:03 pm

    Hi Sweta,

    Action Pollar is used to refresh the page according to time interval we define in interval tag and in action tag we bind the method name whom to refresh

    Action Support is used to call Controller method through OnClick event in Action support.

  • Aditya

    Member
    January 21, 2020 at 3:27 pm

    Action Support:

    As the name indicates action support is used to provide the support to the input field where we can not get event either manually or external event. It adds the AJAX request to VF page and then Calls the Controller method.

    Action Polar:

    As the name indicates action support is used to provide the support to the input field where we can not get event either manually or external event. It adds the AJAX request to VF page and then Calls the Controller method.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos