+ Start a Discussion
mohan s 37mohan s 37 

how to skip the controller constructor execution in visualforce page

Best Answer chosen by mohan s 37
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Mohan,

Typically, using a constructor is a way to go. However, if you do not want to use the constructor then you would have to call the controller method from your visual force page so that the method gets executed.
Please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.

Best Regards
​Rahul Kumar