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
N@niN@ni 

Extention limit???????????

How many extentions we can write for single visualforce page?????????????//

 

please help me..

sandeep@Salesforcesandeep@Salesforce

There is not such limits and I have tested it till 26 extensions and I don't think any one use so many extension. 

 

Note for using more than one extension  you need to put those on page's as below 

 

<apex:Page standardController="Account" extensions="e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15,e16,e17,e18,e19,e20,e21,e22,e23,e24,e25,e26" >

</apex:page>