Re: Make wicket fetch js from different server

2014-02-01 Thread Martin Grigorov
Hi, getJavaScriptLibrarySettings().setJQueryReference(new UrlResourceReference(some url)) Martin Grigorov Wicket Training and Consulting On Sat, Feb 1, 2014 at 8:02 AM, Chris Colman chr...@stepaheadsoftware.comwrote: What is involved in telling wicket to fetch its js (jquery etc) from a

RE: Make wicket fetch js from different server

2014-02-01 Thread Chris Colman
As with everything else with wicket - that's just far too easy! :) Thanks Martin -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Saturday, 1 February 2014 7:06 PM To: users@wicket.apache.org Subject: Re: Make wicket fetch js from different server Hi

Make wicket fetch js from different server

2014-01-31 Thread Chris Colman
What is involved in telling wicket to fetch its js (jquery etc) from a different server. It doesn't have to be a true CDN server just a different server to the one the wicket app is running on. Would this require using wicket-cdn or is there an easy way to just tell wicket to fetch its js from a