Hi
I am initiazing jqWicket using
super.getComponentPreOnBeforeRenderListeners().add(new
JQComponentOnBeforeRenderListener(
new JQContributionConfig().withDefaultJQueryUi()));
in my WebApplication class.
It is generating a relative url so it can not find the files
the generated Url's are like:
http://localhost:8080/http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js
Is there a work around or a fix?
I did try entering my own url but that generated a relative URL as well