So, I have several .xhtml files in Web Pages folder (in Netbeans, it is WebContent in Eclipse). I can access them without problem. But I created folder named "private" and put some .xhtml files in it
Structure:
Web Pages
|__ private
|__ dashboard.xhtml
|__ index.xhtml
|__ error.xhtml
I can't access:
localhost:8080/Project/private/dashboard.xhtml
It throws an exception:
Could not resolve NavigationCase for outcome: /dashboard-banking.xhtml
I'm using JSF 2.2, Primefaces 5.3 and Tomcat 7.0.68