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
Shiv ShankarShiv Shankar 

what is the maximum limit of extensions in VisualForce page.

what is the maximum limit of extensions in VF page. <apex:page controller="abc" extensions="ext1, ext2, ext3,........ how many we can use ? "
Ashish_SFDCAshish_SFDC
Hi Shiv, 

Currently there is no limit on the number of extensions you can have on a VF Controller. Ofcourse having too much of them would also affect the readability and maintainability of the code.

https://success.salesforce.com/answers?id=90630000000gkdLAAQ

Regards,
Ashish