event should not need ajax, probably an oversight. we should fix it.

-igor

On Thu, Dec 9, 2010 at 10:33 PM, Martin Grigorov <[email protected]> wrote:
> 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 <[email protected]> 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