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.

link|improve this question
feedback

1 Answer

This error basically means that you don't have a /finish_setup.xhtml file. Fix it accordingly. Perhaps you typo'ed the file name or didn't understand the working of JSF 2 implicit navigation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.