Page 1 of 1

First use of California

Posted: 06 Mar 2018, 16:31
by adamo901
This is my first use of the recently bought template: California.
The only page that is working properly is landing.xhtml
All other pages throw the following error :

Code: Select all

javax.faces.FacesException: Could not resolve NavigationCase for outcome: /dashboard
california-theme-1.0.0.jar is already added to my class path.
Any help please.

Re: First use of California

Posted: 07 Mar 2018, 08:12
by mert.sincan
If you don't have dashboard.xhtml page in your project, please remove outcome="/dashboard" in landing.xhtml;

Re: First use of California

Posted: 08 Mar 2018, 11:45
by adamo901
Thanks a lot aragorn.
That was the right solution.

Re: First use of California

Posted: 12 Mar 2018, 13:17
by mert.sincan
You're welcome!