javax.faces.FacesException: Could not resolve NavigationCase for outcome

依然范特西╮ 提交于 2019-12-01 16:55:23
acsadam0404

The ui:include tag is working as expected. The problem is inside tabx.xhtml. For the menuitems your have outcome="index" and my money is on the index.xhtml not in the same folder as tab.xhtml. Either make sure the outcome is a relative link like ../index or make it absolute like /index.

For further assistance you should post your directory structure.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!