You need to sign in to do that
Don't have an account?

What is the need of Custom(Custom controller ext) Extension
Hi folks,
Can anyone tell me what is the need of custom extention in visualforce page?
Becase everything we can done by using custom controller .
Thanks in advance
Karthick
Can anyone tell me what is the need of custom extention in visualforce page?
Becase everything we can done by using custom controller .
Thanks in advance
Karthick
1. When your page has a Standard Controler : This is the most when you use extension class to develop custom logic as with standard controller you can not use Controller
2. When you have controller class : In such scenario mostly you do not need as you can write custom code in your controller class. But sometimes due to design perspective and to keep modularity etc we do use extensions classes.
All Answers
1. When your page has a Standard Controler : This is the most when you use extension class to develop custom logic as with standard controller you can not use Controller
2. When you have controller class : In such scenario mostly you do not need as you can write custom code in your controller class. But sometimes due to design perspective and to keep modularity etc we do use extensions classes.
Can you give me the example for custom extension
Thanks in advance
Karthick
Please mark this post as solved so that it benifit others.