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.
AJAX を使用して JSF ページを切り替えるにはどうすればよいですか? 私の場合、通常の HTML ページのようにブラウズする JSF ページが 10 個まであります。AJAX を完全に実装したいと思います。可能な解決策はありますか?
アクション メソッドの戻り値に「?faces-redirect=true」を追加します。
例えば:
String aListener(){ return "home.xhtml?faces-redirect=true"; }