how to read contents of faces-config.xml
my config file having
<navigation-rule>
<from-view-id>/pages/page1.xhtml</from-view-id>
<navigation-case>
<from-outcome>save</from-outcome>
<to-view-id>/pages/page2.xhtml</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>cancel</from-outcome>
<to-view-id>/pages/page1.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
i want read these content <from-outcome> in managed bean.
thanks
siva

