2016-11-08 72 views

回答

0

我用這個:

<h:form> 
    <p:remoteCommand name="update_page" process="@this" update="form" actionListener="#{myView.myAction}" /> 
. 
. 
. 
. 
</h:form> 
<script> 
    $(document).ready(function() { 
    update_page(); 
    } 
</script> 

加載或刷新頁面運行RemoteCommand

+0

爲什麼不在'p:remoteCommand'中添加'autorun =「true」'?工程相同,代碼較少 – Kukeltje

+0

是的,這是真的。 – Giampaolo

+0

是的,這是真的。我使用嵌入調用remoteCommand到_ $(document).ready()_來管理模態啓動畫面 – Giampaolo