There are plans to rework those in Wicket 1.6.
The idea is to replace the custom code with one using some of the popular JS
libraries, most probably JQuery.

Introducing wicket-util.js will mean to add another resource reference (like
WicketAjaxReference and WicketEventReference) and add dependencies between
them,
so loading any of -ajax.js or -event.js should load also -util.js.
I don't remember any complains about that in the mailing lists, but if you
want you can play with it.

On Thu, Dec 9, 2010 at 8:51 PM, Pedro Santos <pedros...@gmail.com> wrote:

> The Wicket.Event.handle function at wicket-event.js calls the Wicket.$ one
> defined at wicket-ajax.js. But it is not safe call Wicket.$ because the
> page
> can be not using AJAX. Is interest separate utility methods at an
> wicket-util.js file?
>
> --
> Pedro Henrique Oliveira dos Santos
>

Reply via email to