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 stickable中显示咆哮元素的错误消息。我找到了这个答案,但它是从 2011 年 1 月开始的。关于这个或另一个人的想法是否有任何更新?
我期待着答案。
您应该看看 PrimeFaces 3.3 中的新功能。
http://blog.primefaces.org/?p=1894
现在有一个属性severity允许您指定仅显示某些严重级别的消息。
severity
尝试使用
<p:growl severity="error"/>