Page 1 of 1

Could not resolve NavigationCase

Posted: 08 Oct 2016, 19:10
by glendoso
Hi All,

I am getting Could not resolve NavigationCase error when I try to access dashboard.xhtml, I believe it is something about directories structure since I moved that file to a secure directory, I also added to faces-config.xml this code:

<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>dashboard</from-outcome>
<to-view-id>/secure/dashboard.xhtml</to-view-id>
</navigation-case>
</navigation-rule>

But it seems it is not recognizing that navigation-case.
Can someone help me?

Regards,
Glen.

Re: Could not resolve NavigationCase

Posted: 21 Oct 2016, 08:23
by mert.sincan
Can you please attach code contained in your navigation case?