Wicket and Rapidoid

2018-07-24 Thread Илья Нарыжный
Hello,

Did you try to mate Wicket and Rapidoid(https://www.rapidoid.org/)?
Do you see any value from performance perspective?

Thanks,
Ilia

-
Orienteer(http://orienteer.org) - open source Business Application Platform


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 working
so I know the code to subscribe is being reached, and there are no js errors
in the console.

Wicket.Event.subscribe('/ajax/call/before', 
function(jqEvent, attributes, jqXHR, errorThrown, textStatus) {
doMyStuff();
}
);

Wicket.Event.subscribe('/ajax/call/complete', 
function(jqEvent, attributes, jqXHR, errorThrown, textStatus) {
doMyStuff();
}
);

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org