Consider the following code:
At run time, a user modifies the value in the af:inputText control, then presses af:commandButton.
Assuming no errors are raised, which option represents the managed bean code invoked in the correct order?
(Choose the best answer.)
A.
myBean.handleChange, myBean.doAction, myBean.qetDestination
B.
myBean.doAction, myBean.handleChange, myBean.getDestination
C.
myBean.handleChange, myBean.doAction
D.
myBean.doAction, myBean.handleChange