TheCoder4eu / BootsFacesWeb

BootsFaces : the next gen JSF Framework Web Docs
Apache License 2.0
36 stars 32 forks source link

B:poll refreshing the whole page #62

Open primeO opened 5 years ago

primeO commented 5 years ago

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>
jepsar commented 5 years ago

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