-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi all ,
Trying to implement b:poll on a dialog . interval is set as 1 it is refreshing the whole page . any thing which i had missed here .
<dialog id="myDialog"
style="width: 70%;height : 400px;border-color: #009bd6;padding: 10px;margin: auto;">
<div>
<b:poll interval="1"
update="fullCatalog"
/>
<h:outputText id="fullCatalog"
value="Some value " />
</div>
</dialog>
Metadata
Metadata
Assignees
Labels
No labels