I have a page that has a table in the center, this table is refreshed every 30 seconds using the 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 populated. If the user is filling in this form and the update of the pool occurs, then everything the user entered is lost. >
Is there any way to not update in this mode?
I've tried to leave the mode out of the "center" but it did not work.