Hi, I recently tried to upgrade my wicket application from 1.5.10 to 6.14.0. One of my wicket pages has a component that is generated by someone else which still runs on jQuery 1.4.4 (and there, jQuery 1.4.4 library is included in the header). Including jQuery 1.4.4 breaks my Wicket Ajax links on the page.
My understanding is that Wicket 6 only supports jQuery 1.7+, but given this component is out of my control, is it possible to include both jQuery libraries on the same page, more specially, with one of the libraries that's no longer supported by Wicket 6? Any suggestion is greatly appreciated. Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/multiple-jQuery-libraries-in-Wicket-6-tp4665038.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
