gpt4 book ai didi

css - JSF 2.x 在空时隐藏消息层

转载 作者:太空宇宙 更新时间:2023-11-04 15:15:54 26 4
gpt4 key购买 nike

有没有一种方法可以在输出层(?如果这是正确的术语)为空时隐藏它,以便在向其写入信息/错误消息时,它会垂直扩展到适合消息所需的高度拉伸(stretch)它所在的面板? (也许使用 CSS ??)

<h:body>  
<ace:panel>
...
...
<h:panelGroup>
<h:messages
infoStyle="color:darkgreen"
errorStyle="color:darkred">
</h:messages>
</h:panelGroup>
</ace:panel>
</h:body>

最佳答案

前提是所有 消息都由同一个 <h:messages> 处理, 你可以只检查 FacesContext#getMessageList() 不为空。

<ace:panel rendered="#{not empty facesContext.messageList}">

关于css - JSF 2.x 在空时隐藏消息层,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15003724/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com