nerdexam
IBM

LOT-409 · Question #123

Andrew, an IBM Domino developer, is using the Pager Save State control to keep the state of the view while the user is handling documents and going back to the view. How could Andrew define that the…

The correct answer is B. Set globalRows="false". See the full explanation below for the reasoning.

Question

Andrew, an IBM Domino developer, is using the Pager Save State control to keep the state of the view while the user is handling documents and going back to the view. How could Andrew define that the number of rows stored for the user should be just for the current view?

Options

  • ASet globalRows="true".
  • BSet globalRows="false".
  • CUse server-side JavaScript to store the view in a Session Scope variable.
  • DUse server-side JavaScript to create an array, insert the view in it and then store the array in a Session

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    74% (20)
  • C
    7% (2)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full LOT-409 Practice