We are in the process of upgrading from wicket 5 to wicket 6 and we are having trouble with some of our panels that load custom JQuery plugins. Because wicket 6 writes the script tags for child components before parent components, our components that use third party jquery plugins get wiped out when the wicket application adds the main jquery javascript.
Is there a way to configure wicket to load jquery first, and then to load the individual jquery plugin javascript files afterwards? Thanks, Tom