which option represents the managed bean code invoked i…

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.)

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *