@Martin

When the first page is loaded, below is the url:
http://localhost:7001/ahc/prol/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.10.1-ver-1372037384000.js

When the second page is loaded in modal window, below is the url:
http://localhost:7001/ahc/prol/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.10.1-ver-1372037384000.js?_=1414675886491

Wicket for some reason is appending a query parameter the second time. Hence
it is loading jQuery again when the modal window is opened.
If the url was the same, Wicket client side filters would have not loaded
jQuery again as you said.
Any idea on why the "_" query parameter is being appended the second time
and if it can be avoided?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-jQuery-js-loaded-twice-when-modal-window-opened-tp4668156p4668168.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to