Hi, when using anything AJAX wicket will generate some inline scripts in the header like this:
<script type="text/javascript"> /*<![CDATA[*/ Wicket.Event.add(window, "domready", function(event) { Wicket.Ajax.ajax({"u":"https://www.domain.com/url...","m":"POST","c":"ajaxSearchField","e":"keyup"});; ... Wicket.Event.publish(Wicket.Event.Topic.AJAX_HANDLERS_BOUND); ;}); /*]]>*/ How can this be put into the bottom of the body right before the closing </ body >-Tag ? Best, KB