Read the javadocs? Callback for the onClick event. If ajax failed and this event was generated > via a normal link the target argument will be null
http://wicket.apache.org/docs/1.4/wicket/apidocs/org/apache/wicket/ajax/markup/html/AjaxFallbackLink.html -- Jeremy Thomerson http://www.wickettraining.com On Tue, Apr 6, 2010 at 5:20 PM, tubin gen <[email protected]> wrote: > I am using AjaxLink all my application and we add to AjaxRequestTarget > for > repainting components , now we want to change it to use AjaxFallback , but > in ajaxfallback AjaxRequestTarget is null and I get null pointer > exception.Please tell me if there is any way I can move from AjaxLink to > AjaxFallBack link without breaking ? >
