gpt4 book ai didi

jsf-2 - 素面 : Block Ui not working

转载 作者:行者123 更新时间:2023-12-02 05:03:00 26 4
gpt4 key购买 nike

您好,我正在使用 js2+ primefaces,这是我用来阻止 UI 的代码

<table>

<h:form id="main">


<tr>

<p:growl --->
---
<p:dashboard id="board" model="#{adminD.userProfl}" disabled="true">


<p:panel id="adminActivity" header="Admin Activities">
<table id="hor-minimalist-b" >
<tbody>
<tr>
<td>
<h:commandLink action="#{photoValidation.ooDirectory()}" name="submit" type="submit" id="convertPhotos">
<h:outputText value="Convert All Photos in Databse "/>
<f:ajax execute=":main:adminActivity" render=":main:growl"/>
</h:commandLink>
</td>
</tr>
</tbody>
</table>
</p:panel>
</p:dashboard>

<p:blockUI block=":main:board" trigger=":main:convertPhotos">
LOADING<br />
<p:graphicImage value="#{facesContext.externalContext.requestContextPath}/resources/images/ajax-loader.gif"/>
</p:blockUI>

这里 board 是 dashboard id ma​​in 是 form id

还实现了 thread.sleep 为 5 秒的托管 bean

最佳答案

删除所有 :main: 前缀,因为所有这些都位于同一个 h:form 中,因此无需添加 main前缀

使用

<p:blockUI block="board" trigger="convertPhotos">

关于jsf-2 - 素面 : Block Ui not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14496247/

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