faces-config with from-outcome not being string (boolean) fails with NullPointerException
问题 I've been using JSF 2.1 with mojarra-2.1.20 , and I've configured in my faces-config.xml a navigation case like this: <navigation-rule> <from-view-id>/loggedOut.xhtml</from-view-id> <navigation-case> <from-action>#{sessionManager.isLoggedIn}</from-action> <from-outcome>true</from-outcome> <to-view-id>/login.xhtml</to-view-id> <redirect /> </navigation-case> </navigation-rule> The action is executed using seam-faces viewAction (similiar to JSF 2.2 new tag). All has been working fine. Today I