Multiple choice technology web technology

This is a valid declaration of a navigation rule. /main.jsp #{myBean.myMethod} nextpage /nextpage.jsp #{myBean.myMethod} lastpage /lastpage.jsp

  1. True

  2. False

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

This is a valid JSF navigation rule declaration. It correctly defines a from-view-id of /main.jsp, contains two properly structured navigation-case elements with from-action, from-outcome, and to-view-id, and follows the required XML nesting structure for faces-config.xml.