Oracle
1Z0-441 · Question #18
Which behavior results from this code inside anamx:listItemcomponent? <amx:setPropertyListener id="spl1" from="{'yes'}"to="#{pageFlowScope.approved}" type="tapHold"/>
The correct answer is D. When someone taps and holds a list item, the value of the "approved" variable is. See the full explanation below for the reasoning.
Question
Which behavior results from this code inside anamx:listItemcomponent? <amx:setPropertyListener id="spl1" from="{‘yes’}"to="#{pageFlowScope.approved}" type="tapHold"/>
Options
- AWhen someone taps an item in the list, the item is automatically approved.
- BWhen someone taps and holdsa list item, a fixed value is set in a variable that will be
- CAn exception occurs because this is not a valid use of pageFlowScope variables.
- DWhen someone taps and holds a list item, the value of the "approved" variable is
How the community answered
(31 responses)- A16% (5)
- B6% (2)
- C3% (1)
- D74% (23)
Community Discussion
No community discussion yet for this question.