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.
Primefacesのうなり声のあるJSFページがあります。ページを切り替えるときにメッセージを表示したい。これは可能ですか?
2 番目のページの Bean の @PostConstruct メソッド (またはコンストラクター) で、FacesMessage を追加します。
context.addMessage(null, new FacesMessage("Growl Message", "Growl Message Text"));