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
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

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

2014-04-09 Thread dmalescot
thank for your quick answer. So the error is access denied on ie (works on FF). After some search on internet, it seems to be this problem : http://stackoverflow.com/questions/17370482/preventing-script5-access-is-denied-error-in-ie?rq=1 http://bugs.jquery.com/ticket/13980 So I think it's a 1.10

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 Co

Error loading jQuery JS in wicket > 6.7.0 (IE)

2014-04-09 Thread dmalescot
Hello, I would like to know if someone can explain my problem : - In production, when my application use wicket 6.7.0 everything is OK and no error - In production, when my appication use wicket > 6.7.0 (6.12.0 actually) everything is KO because Javascript are not loaded. In fact i have lots of