Page updating automatically, JSF

0

I have a method called by a poll, it is called every 20 seconds but it takes about 1 minute to finish running. So far so good, but I need my jsf screen updated every 10-15 seconds, without having to wait for my 1-minute method to finish.

In short:

I need my page to update while a method called by a poll is running.

Is this possible?

    
asked by anonymous 08.08.2016 / 13:13

0 answers