Re: [Wicket-user] AJAX broken in HEAD?

2006-02-06 Thread Mark Derricutt
On 2/6/06, Igor Vaynberg [EMAIL PROTECTED] wrote: everything is working here fine. try wicket-examples and see if ajax is broken there. i just tested and it works.Ok, turns out that only the -first- AjaxSelfUpdatingTimerBehavior (or possibly any behavior?) is adding its _javascript_ call to

Re: [Wicket-user] AJAX broken in HEAD?

2006-02-06 Thread Igor Vaynberg
fixed.here is the patch in case cvs is down.-IgorIndex: AjaxTimerBehavior.java===RCS file: /cvsroot/wicket/wicket/src/java/wicket/ajax/AjaxTimerBehavior.java,v retrieving revision 1.5diff -u -r1.5 AjaxTimerBehavior.java---

[Wicket-user] AJAX broken in HEAD?

2006-02-05 Thread Mark Derricutt
Hey all, once more I've broken AJAX - or more, the ever moving HEAD did something and I just happened to be insane and use it ;pAnyway, none of my AjaxSelfUpdatingTimerBehavior's seem to be updating anymore, I'm not seeing the model's being called for updates at all. Also, I've just added

Re: [Wicket-user] AJAX broken in HEAD?

2006-02-05 Thread Igor Vaynberg
everything is working here fine. try wicket-examples and see if ajax is broken there. i just tested and it works.-IgorOn 2/5/06, Mark Derricutt [EMAIL PROTECTED] wrote:Hey all, once more I've broken AJAX - or more, the ever moving HEAD did something and I just happened to be insane and use it ;p