Re: NullAjaxRequestTarget

2013-10-28 Thread Martin Grigorov
Hi, It is a known issue: https://issues.apache.org/jira/browse/WICKET-3317 You can also check the mail archives for the discussions On Mon, Oct 28, 2013 at 7:41 AM, Colin Rogers colin.rog...@objectconsulting.com.au wrote: Wicketeers, I have a minor issue, rather than any bug, and thought

RE: NullAjaxRequestTarget

2013-10-28 Thread Colin Rogers
Martin, Ah, wicked! Thanks! :) Cheers, Col. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, October 28, 2013 7:11 PM To: users@wicket.apache.org Subject: Re: NullAjaxRequestTarget Hi, It is a known issue: https://issues.apache.org/jira/browse

NullAjaxRequestTarget

2013-10-27 Thread Colin Rogers
Wicketeers, I have a minor issue, rather than any bug, and thought I'd throw it out there. We tend to use a lot of AjaxFallbackLinks, for obvious reasons. The biggest problem of AjaxFallbackLink is the line of code; @Override public final void onClick() { onClick(null); } Because null