p:remoteCommand async autoRun运行6乘6的调用

时间:2018-01-09 11:41:01

标签: jquery ajax primefaces remotecommand

我们有一个简单的JSF + PrimeFaces 6.1 项目,现在是一个POC来解决我们在实际项目中遇到的问题,基本上需要同时加载JSF / PF组件。 我能够实现它从Stackoverflow中的这个答案中调整解决方案:JSF lazy loading component value

但问题" /问题现在是:为什么在 6个小组中调用异步 remoteCommand 调用以下6个排队等等? 它是浏览器,jQuery配置/限制还是实际的p:remoteCommand限制?我无法找到设置无限制的属性,例如10或12。

Obs:我在使用和不使用autoRun的情况下都尝试过,并按名称调用它们,但结果是一样的。 6乘6。

以下Chrome网络时间线: enter image description here

以下代码片段:

<p:remoteCommand async="true" id="rcLoadWidget" 
   actionListener="#{dashboardController.loadWidget}"
   process="panelGroup" autoRun="true"
   partialSubmit="true" update="panelWidget @form:btSave" />
你能告诉我吗? :)

0 个答案:

没有答案