Am Freitag, den 11.09.2009, 12:49 +0200 schrieb Tomasz Dziurko: > I am writing an application for testing users and two functionalities > I need to implement are: > 1. show/hide some components on the page after specified time (few seconds) > 2. redirect to next page after specified time > > I was wondering how to do this, I did some google search and seems I > need to extend AbstractAjaxTimerBehavior. Is it correct way or maybe > another, better solution exists?
yes.. it is the correct way.. for 1. you can use AjaxSelfUpdatingTimerBehavior (extends AbstractAjaxTimerBehavior)... :) maybe it works for 2. too.. mm:) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
