Oracle
1Z0-450 · Question #31
In your application both page 2 and page 4 branches to page 5. Page 5 has a Cancel button which currently redirects to page 2, however it should redirect to either page 2 or page 4 depending on the…
The correct answer is A. Create two application items: LAST_PAGE and CURRENT_PAGE. B. Create an application computation on item LAST_PAGE, computation point E. On page 5 use the value stored in application item LAST_PAGE to go back to the page from which. See the full explanation below for the reasoning.
Question
In your application both page 2 and page 4 branches to page 5. Page 5 has a Cancel button which currently redirects to page 2, however it should redirect to either page 2 or page 4 depending on the originating page. Which three actions need to be performed?
Options
- ACreate two application items: LAST_PAGE and CURRENT_PAGE.
- BCreate an application computation on item LAST_PAGE, computation point
- CCreate an application computation on Item LAST_PAGE, computation point After Submit, type
- DOn page 5 create a validation to check whether the value stored in application item LAST_PAGE is
- EOn page 5 use the value stored in application item LAST_PAGE to go back to the page from which
How the community answered
(34 responses)- A82% (28)
- C12% (4)
- D6% (2)
Community Discussion
No community discussion yet for this question.