AjaxFallbackLink - target NULL

2015-08-09 Thread Peter Diefenthäler
Hello, I tried to switch to Wicket 7 and I got a problem with all AjaxFallBackLinks having target = NULL. link = new AjaxFallbackLinkString(tableImportRows) { private static final long serialVersionUID = 1L; @Override public void onClick(AjaxRequestTarget target) { log.debug(import new entries

Re: AjaxFallbackLink - target NULL

2015-08-09 Thread Martin Grigorov
Hi, Please create a quickstart and attach it to a ticket in JIRA. Thanks! Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Aug 9, 2015 at 1:57 PM, Peter Diefenthäler pdief...@gmail.com wrote: Hello, I tried to switch to

Re: AjaxFallbackLink - target NULL

2015-08-09 Thread Sven Meier
Hi, check your browser's console for errors, maybe some javascript is missing/faulty so the links fall back to normal requests? Regards Sven On 09.08.2015 12:57, Peter Diefenthäler wrote: Hello, I tried to switch to Wicket 7 and I got a problem with all AjaxFallBackLinks having target =

Re: AjaxFallbackLink - target NULL

2015-08-09 Thread PDiefent
Hi Sven, I don't get any messages in the browsers console. It is a Java exception and every AjaxFallbackLink is affected: 22:14:59.614 [http-nio-8037-exec-3] ERROR org.apache.wicket.DefaultExceptionMapper.mapUnexpectedExceptions(DefaultExceptionMapper.java:170) - Unexpected error occurred