Just a quick hint about the code-snipet above.

You don't really need to replace the protocol. Change it to this and the
browser will automatically use the protocol, that is used by the site
embedding the javascript.

String jqueryURl =
"//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js";
component.add(JavascriptPackageResource.getHeaderContribution(jqueryURl));

:-)


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-jQuery-Validator-integration-tp4390885p4434452.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to