Multiple choice technology web technology

The following configuration of navigation case is legal: #{myBean.action} /myPage.jsp

  1. True

  2. False

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

In JSF (JavaServer Faces) navigation rules, specifying and without a is perfectly legal. When is omitted, any outcome returned by the specified action method will match the rule and trigger the navigation.