Multiple choice technology web technology

Part of faces-config: hello.jsp Hello login.jsp Turtle powerRanger.jsp And the ActionLink in the JSP: What will happen if we click on the link?

  1. There will be an server error.

  2. We will stay on the same page.

  3. We will land on the login Page.

  4. There is no h:commandLink tag.

  5. We will land on the powerRangers Page.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The outcome returned by the link is 'hugo', which does not match any of the defined `` cases ('Hello' or 'Turtle') in the navigation rule. In JSF, if no navigation case matches the returned outcome, the navigation handler keeps the user on the current page.