On Wed, Oct 16, 2024 at 9:00 AM Korbinian Bachl <korbinian.ba...@whiskyworld.de.invalid> wrote:
> 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 ? https://nightlies.apache.org/wicket/guide/10.x/single.html#_put_javascript_inside_page_body > > > > Best, > > KB >