Hi Ramona, Is this one Ajax behavior or many (8)? Does the Wicket AJAX window in your browser show anything interesting? In particular I would look for "channel busy" messages, indicating that some other AJAX request is pending when a new one is triggered.
Dan On Wed, Nov 23, 2011 at 2:46 PM, Ramona <[email protected]> wrote: > Hi all! > I'm using AjaxSelfUpdatingTimerBehavior for updating some progress bars > with > multiple file uploads (it's simulated with a Servlet), but when i try to > upload for example 8 files the behaviour (which has been working and > listening) stops listening for a while (the uploading continues but the > listener isn't called , this listener is used for updating some panels with > files uploading information). > Any idea? Why could a AjaxSelfUpdatingTimerBehavior stops working for a > while? ..beacause after for example 3 minutes it restarts (i have it as: > refreshComponent.add(behavior= new > AjaxSelfUpdatingTimerBehavior(Duration.milliseconds(1000)) ). > > Thanks! > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/AjaxSelfUpdatingTimerBehavior-stops-working-for-a-while-tp4101950p4101950.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
