私はあなたが次のことができると言っているいくつかの投稿を読んでいます:faces-config.xml
..
<from-view-id></from-view-id>
<navigation-case>
<from-outcome>home</from-outcome>
<to-view-id>/xxx/index.xhtml</to-view-id>
</navigation-case>
..
String
アクション実装の this :
return "home?param=1&faces-redirect=true";
これは私にはうまくいきません。ナビゲーションの大文字と小文字が一致しないというエラーが表示されます。
Unable to find matching navigation case with from-view-id '/xxx/yyy.xhtml' for action 'home?faces-redirect=true¶m=1' with outcome 'home?faces-redirect=true¶m=1
一方、完全なビュー名を使用すると、問題なく動作します。これはバグですか、それとも何か間違っていますか?