Query regrading navigation rule in JSF 1.2
问题 If I have below navigation rule : <navigation-rule> <from-view-id>Mainview</from-view-id> <navigation-case> <from-outcome>outcome1</from-outcome> <to-view-id>view1</to-view-id> </navigation-case> <navigation-case> <from-outcome>outcome2</from-outcome> <to-view-id>view2</to-view-id> <redirect/> </navigation-case> <navigation-case> <from-outcome>outcome3</from-outcome> <to-view-id>view3</to-view-id> <redirect/> </navigation-case> </navigation-rule> If there is no any validation error for this