Re: Migration from 7 to 8.9.0 : Missing Ajax target in listener

2020-08-24 Thread Martin Grigorov
On Fri, Aug 21, 2020 at 1:31 PM Frédéric Donckels < frederic.donck...@gmail.com> wrote: > I am indeed using Ajax fallback links. What could make the event handlers > not properly registered/firing? > Check for JavaScript errors in your browser DevTools > Console. Most probably the JavaScript

Re: Migration from 7 to 8.9.0 : Missing Ajax target in listener

2020-08-21 Thread Frédéric Donckels
I am indeed using Ajax fallback links. What could make the event handlers not properly registered/firing? I'll check the Ajax response. On Fri, 21 Aug 2020 at 11:46, Bas Gooren wrote: > Hi, > > It sounds like you are using Ajax fallback links, and the javascript event > handlers are not

Re: Migration from 7 to 8.9.0 : Missing Ajax target in listener

2020-08-21 Thread Bas Gooren
Hi, It sounds like you are using Ajax fallback links, and the javascript event handlers are not properly registered or firing. If that happens, the link is processed like a normal/non-ajax link. When you inspect the Ajax response when the list is refreshed, do you see “Wicket.Ajax.ajax”

Migration from 7 to 8.9.0 : Missing Ajax target in listener

2020-08-21 Thread Frédéric Donckels
Hello, we are in the process of migrating from Wicket 7 to 8.9.0 and have a troubling issue. On one page, we have a list of elements. When we click on an "Add Button", an ajax panel is modified in the page to add a new element in the list. When the "submit button" (ajax) is clicked, the list is