I keep getting this error:
Unable to find matching navigation case with from-view-id
'/index.xhtml'
for action'/faces/index.xhtml'
with outcome'finish_setup'
The program works, redirecting my url to /Setup
on form submission. However, this error always pops up despite me not having a faces-config.xml
. When I do include a faces-config.xml
, the program breaks. I want the form submission to go to the next page as /Setup
, not as /faces/setup.xhtml
. I am using PrettyFaces with JSF 2.0.