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]
