nerdexam
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)
  • A
    16% (5)
  • B
    6% (2)
  • C
    3% (1)
  • D
    74% (23)

Community Discussion

No community discussion yet for this question.

Full 1Z0-441 Practice