Hello
I want to migrate from wiquery to jqwicket but I have a problem. In
wiquery I used
add(new HeaderContributor(new CoreJavaScriptHeaderContributor())) in
BasePage to force adding jquery.js first before others js
(my_jquery.js or jquery plugins).
How can I do this with jqwicket?
Now I used
add(JavascriptPackageResource.getHeaderContribution("http://
ajax.googleapis.com/ajax/libs/jquery/1.6./jquery.min.js"));
as workaround
wicket: 1.4.18
jqwicket: 0.6
Thanks,
Decebal