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
bhanu_prakashbhanu_prakash 

order of exection of empty vf page

can anybody explain order of execution of empty VF page ?

Thanks for advance !!!
Regards,

Bhanu
Best Answer chosen by bhanu_prakash
Dilip_VDilip_V
Bhanu,

What do you mean by empty VF page?

I am assuming that it doesn't have standard or custom controller and the body contains only <apex:page> tag.

In this case nothing will happen.

Refer to this links for order of execution of VF page.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_lifecycle_example.htm
http://www.infallibletechie.com/2015/05/order-of-execution-in-visualforce-page.html

Let us know if you have any issues.

Mark it as best answer if it helps.

Thanks.