function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
How many extentions we can write for single visualforce page?????????????//
please help me..
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>
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>