i want to get the path in faces-config file in JSF to embedded into xhtml page. In faces-config:
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>left</from-outcome>
<to-view-id>/Template/LeftPage.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
In xhtml, i want to get it in ui tag <ui:include src="??????" />, please help me to do this.
I think faces-config is use for declaring managed bean and navigation pages.
use like this ,