Good morning!

I'm using tr:poll to periodically refresh some panels on a page during an
ongoing process in the server.
However, if the process is not running, I do not want to keep polling, so
I'm using the rendered attribute to ensure the poll object only gets
rendered if the process is running.

Which leaves me with a problem: when the process is running, the poll is in
place and periodically updating some labels on the page. But when the
process on the server ends, the following refresh causes the poll not to be
rendered and thus the fields are no longer updated... so the labels remain
with the results immediately before the process conclusion and never update
- and I need to properly present the conclusion of the process.

Has anyone encountered a similar situation? I appreciate any suggestions you
may have to point me in the right direction.

Thank you,
Francisco Passos

Reply via email to