Re: Wicket event listeners not firing.

2018-07-25 Thread Entropy
Solved - Needed to wrap this in a thing that waited for the jQuery DOM to load. I thought the method would do that itself. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-ma

Wicket event listeners not firing.

2018-07-24 Thread Entropy
Hi, I'm trying to do some standard code in response to any wicket ajax event, but the listeners I'm subscribing aren't firing. This is in Wicket 6. I stuck a breakpoint in Chrome and IE11, and neither fire these events. I tried done and init event also. Another action right next to it IS workin