IBM
LOT-410 · Question #111
Which server-side JavaScript statement will return the user to the xHome.xsp XPage?
The correct answer is D. context.redirectToPage("xHome.xsp"). See the full explanation below for the reasoning.
Question
Which server-side JavaScript statement will return the user to the xHome.xsp XPage?
Options
- Awindow.location("xHome.xsp")
- Bsession.openPage("xHome.xsp")
- CfacesContext.redirectToHome()
- Dcontext.redirectToPage("xHome.xsp")
How the community answered
(46 responses)- A4% (2)
- B11% (5)
- C2% (1)
- D83% (38)
Community Discussion
No community discussion yet for this question.