4
I have a page that has a table in the center, this table is updated every 30 seconds using the component p:poll
<p:poll interval="30" update=":centro" />
The problem is that I have a menu that opens a popup (modal) with a form to be filled in. If the user is filling out this form and the pool update occurs, then everything the user typed is lost.
Is there any way to not update this modal?
I tried to leave the modal outside the "center" but it didn’t work.