The JSF navigation case has a display-name element. How can I look-up the value of this element from the current view - assuming the view was rendered from a navigation outcome?
e.g.
<navigation-case>
<display-name>I want to get this value</display-name>
<from-outcome>test-page</from-outcome>
<to-view-id>/test.xhtml</to-view-id>
<redirect/>
</navigation-case>
I can't find much in the JSF spec about this nor anything useful in the reference implementation source code.