Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
?faces-redirect=trueどういうわけか、すべてのリンクでデフォルトで使用するようにJSF、Jbossを設定できますか?または、作成しているリンクごとにこれを指定する必要がありますか?
?faces-redirect=true
ty
リダイレクト サフィックス?faces-redirect=trueは、POST の後に、たとえばバッキング Bean アクション メソッドから GET 要求を行う場合にのみ必要です。GET による「通常の」リンクの場合は、代わりにh:linkorを使用する必要がありますh:button。
h:link
h:button
faces-config.xml のナビゲーションケースで <redirect/> を指定できます。