Salesforce
PDII · Question #170
What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?
The correct answer is A. 1) Decode View State 2) Evaluate expressions and method calls for the main page and custom. See the full explanation below for the reasoning.
Question
What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?
Options
- A
- Decode View State 2) Evaluate expressions and method calls for the main page and custom
- B
- Evaluate expressions and method calls for the main page and custom components 2) Decode
- C
- Decode View State 2) Evaluate expressions and method calls for the main page and custom
How the community answered
(58 responses)- A78% (45)
- B14% (8)
- C9% (5)
Community Discussion
No community discussion yet for this question.