function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
omkar shirke 1omkar shirke 1 

when is the remaining code executed when actionregion is used?

when is the remaining code executed when actionregion is used?
Raj VakatiRaj Vakati
actionregion remining will de exuected when you rerender the section or poration of the UI .. 

You can think its like a lazy loading .. 


https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_actionRegion.htm

An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the <apex:actionRegion> are processed by the server, thereby increasing the performance of the page.