<?xml version="1.0" encoding="UTF-8" ?>
<wicket:panel xmlns:wicket="http://wicket.apache.org">
    <div style="margin: 1em">
        This is panel content! 
        <p>
            Ajax autocomplete to demonstrate AJAX header contribution -> <input wicket:id="edit" />
        </p>
    </div>
</wicket:panel>