You need to sign in to do that
Don't have an account?
order of exection of empty vf page
can anybody explain order of execution of empty VF page ?
Thanks for advance !!!
Regards,
Bhanu
Thanks for advance !!!
Regards,
Bhanu
You need to sign in to do that
Don't have an account?
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.