if you put the reference to jquery into wicket:head of the base page will it load before or after? then put only your initialization code into a header contributor. -igor
That works up until you use wicketstuff-jquery in your app. Then JQuery is loaded via a headercontributor, and you end up loading two versions of jquery, which crashes your page :(
I have tried to load jquery via <wicket:head> in the same way it is added via the headercontributor (path to resources/blablabla), but wicket doesn't "detect" it, and adds both the jquery from the wicketstuff-jquery-behaviour and the manual one..
If the <wicket:head> renderer was "smart enough" to detect that the same file was added via a headercontributor I would be in business, but it doesn't :(
-- Edvin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
