Multiple choice technology web technology

What if no navigation rule matches a given action in JSF

  1. Gives an excpetion

  2. Blank Page comes up

  3. If no navigation rule matches a given action, then the current page is redisplayed

  4. Error code 404 appears

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

In JSF navigation, when no navigation rule matches the outcome from an action, the framework's default behavior is to redisplay the current page. This is a graceful fallback that prevents the application from throwing exceptions or showing error pages.