Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B:poll refreshing the whole page #62

Open
primeO opened this issue Nov 16, 2018 · 1 comment
Open

B:poll refreshing the whole page #62

primeO opened this issue Nov 16, 2018 · 1 comment

Comments

@primeO
Copy link

primeO commented Nov 16, 2018

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
Copy link
Contributor

jepsar commented Dec 10, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants