Hi everyone.

I have this problem:

a panel with a list is hided via a jquery hide(). It works but this
panel is also refreshed via a wicket AjaxTimerBehavior.
So when the page is loaded, I call the jquery hide() and at the first
onTimer() the panel is refreshed and become visible.

How can I avoid this *without* any flickering effect?
What is the event that arrives to the component before it is refreshed?

Make this panel visible/invisible can be a solution but I prefer
relying on ajax toolkit to manage this sort of stuff.

Thanks.

-- 
Daniele Dellafiore
http://blog.ildella.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to