Activity Forums Salesforce® Discussions What is the difference between Salesforce ActionPoller & Rerendered?

  • Aditya

    Member
    January 22, 2020 at 3:33 pm

    Action Polar:

    It send the request to server and refresh the page on AJAX call on give time

    Rerendered:

    It is to refresh the page partially according to given condition.

  • Anjali

    Member
    January 22, 2020 at 5:11 pm

    Action poller acts as a timer in visualforce page. It is used to send an AJAX request to the server depending on the time interval whereas Rerender is used to refresh a particular section of the visualforce page.

  • Ratnesh

    Member
    January 22, 2020 at 5:42 pm

    Rerender is used to refresh a particular section of the visualforce page. We have to just mention the id of the page section (in the Rerender attribute) that needs to be refreshed and Action poller acts as a timer and used to send an AJAX request to the server depending on the time interval.

  • Shubham

    Member
    January 22, 2020 at 6:22 pm

    Action poller is used as a timer in visualforce page. It is mainly used to send an AJAX request to the server depending on the time interval whereas Rerender is used to refresh a particular section of the visualforce page.

  • Pooja

    Member
    January 29, 2020 at 3:00 pm

    The actionpoller send the request to server and refresh the page on AJAX call on give time and rerendered  is to refresh the page partially according to given condition.

Log In to reply.

Popular Salesforce Blogs