I think it is a good solution, and I agree we should not use any library-dependent code on server side.
Thanks Andrea,

I have noticed it too.
At one side we don't want to polute native JavaScript objects, like
Funtion.prototype.
On the other side I don't want to use any jQuery specific code at the
server side. The current problem is that we have some hardcoded usages
of ".bind(this)" in the .java code.

I'll introduce Wicket#inCtx() in the JavaScript API that will delegate
to jQuery.proxy and this will solve the problem.

Any better solutions ?

On Sun, Nov 20, 2011 at 6:46 PM, Andrea Del Bene<an.delb...@gmail.com>  wrote:
The new implementation of wicket-ajax (based on JQuery) does not check
anymore if bind() function is defined.  This causes Internet Explorer (from
6 to 8) not to work with some components like AjaxLink.






Reply via email to