Re: [Wicket-user] AjaxFallbackLink and ListView

2007-03-15 Thread Igor Vaynberg
there is a bug in 1.2.5 with header contributors. what happens is that wicket-ajax.js file doesnt get included in the rendered page and so the link goes into fallback mode. this is fixed in wicket-1.2.x branch which you can check out and build, or wait for 1.2.6 release -igor On 3/15/07, Juha

[Wicket-user] AjaxFallbackLink and ListView

2007-03-15 Thread Juha Alatalo
Hi, I found out that in some cases AjaxFallbackLinks creates a normal call (AjaxRequestTarget == null) in onClick instead of an ajax call. In my example case there is a (submit)Button that puts some stuff on Vector which is shown in a ListView below. If following process is done, the AjaxReque