标签: jsf
在JSF页面导航中,我应该在faces-config.xml中使用导航规则defiend,如
action="#{bean.actionGoToPage}" private String actionGoToPage(){ return "from-outcome"; }
或者我可以直接使用链接到页面
href='index.xhtml'
最佳做法是什么?