[Wicket-user] Clueless - Customising Behaviors

2007-07-03 Thread Ballist1c
Hey guys, At the moment I have been looking for ways to modify the existing AjaxSelfUpdatingTimerBehavior, and i am looking to create my own CustomAjaxSelfUpdatingTimerBehavior that continues to count before the next polling without waiting for the response. i dont know where to start or how to

Re: [Wicket-user] Clueless - Customising Behaviors

2007-07-03 Thread Eelco Hillenius
At the moment I have been looking for ways to modify the existing AjaxSelfUpdatingTimerBehavior, and i am looking to create my own CustomAjaxSelfUpdatingTimerBehavior that continues to count before the next polling without waiting for the response. i dont know where to start or how to go

Re: [Wicket-user] Clueless - Customising Behaviors

2007-07-03 Thread Ballist1c
Thanks Eelco! just found the src for the latest beta so I can see how the current AjaxSelfUpdatingTimerBehavior works, ill check out the wicket examples, should be able to pull it apart in no time. Eelco Hillenius wrote: At the moment I have been looking for ways to modify the existing