BootsFacesWeb
BootsFacesWeb copied to clipboard
B:poll refreshing the whole page
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>
Please post issues with BootsFaces at https://github.com/TheCoder4eu/BootsFaces-OSP This repository is for the documentation.
Please include your JSF implementation and version as well as the BootsFaces version. Updating components using b:poll does work in the showcase: https://showcase.bootsfaces.net/forms/poll.jsf