I have a page with an AbstractAjaxTimerBehavior that I only use between
button clicks.  (The work after a button click takes a while and I use
this behavior to update a progress bar while the work is happening)

 

I was wondering if either 

a)      Is there  a way to restart a timer behavior after I stop it? or

b)      When the timer behavior is active, it always scrolls to the
focused component when it is called, this is aggravating if you have a
large page and cant get to the bottom because it pops back to the top
every 5 seconds... Is there a way to keep the window from scrolling to
the last focused component (or unfocus all components) when the onTimer
is called? Or

c)       Is there a totally different/better way to approach my problem?

 

Thanks for any advice!!

-Clay

 

Reply via email to