Click link lost during self updating

2009-10-01 Thread Alessandro Novarini
Hello everybody, I've just subscribed to this ml, and even thou I searched past mails about my problem, I couldn't find any hint. I have a page that's refreshing its components every n seconds using AbstractAjaxTimerBehavior. Among these components there's a list of links. If I try to click a

Re: Click link lost during self updating

2009-10-01 Thread Alessandro Novarini
PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Is blocking the page with a veil while refreshing a valid solution? That way users could not click on links while the page is refreshing... Best, Ernesto On Thu, Oct 1, 2009 at 12:37 PM, Alessandro Novarini a.novar...@sourcesense.com

Re: Click link lost during self updating

2009-10-01 Thread Alessandro Novarini
, Oct 1, 2009 at 12:37 PM, Alessandro Novarini a.novar...@sourcesense.com wrote: Hello everybody, I've just subscribed to this ml, and even thou I searched past mails about my problem, I couldn't find any hint. I have a page that's refreshing its components every n seconds using

Re: Click link lost during self updating

2009-10-01 Thread Alessandro Novarini
that allows to drag and drop columns: while table is repainting I block the page so that user can't do anything... I do the same for ajax links, etc. Best, Ernesto On Thu, Oct 1, 2009 at 2:57 PM, Alessandro Novarini a.novar...@sourcesense.com wrote: Ernesto, Thanks