Re: Error loading jQuery JS in wicket 6.7.0 (IE)

2014-04-10 Thread dmalescot
It works since 6.14.0 ;) Thanks a lot -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Error-loading-jQuery-JS-in-wicket-6-7-0-IE-tp4665308p4665354.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Error loading jQuery JS in wicket 6.7.0 (IE)

2014-04-09 Thread Martin Grigorov
Hi, There are no changes in the way JS resources are loaded. jQuery has been updated in 6.9.0 to a newer version (from 1.8.3 to 1.10.1, I think) but this doesn't look like what breaks in your application. What is the error code when requesting the JS file ? Martin Grigorov Wicket Training and

Re: Error loading jQuery JS in wicket 6.7.0 (IE)

2014-04-09 Thread Martin Grigorov
I think someone mentioned having issues with jQuery 1.10.1 on IE. Newer versions of Wicket use jQuery 1.11.0 You can also setup a custom version with app.getJavaScriptLibrarySettings().setJQueryReference(someReference) Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 12:31