THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
In some cases you do not want the component's html to be wrapped by a div or span. In that case include a {{
...
<span
...
wicket:id="myLabel">
...
}}
{{}}
as usual, but in java call {{setRenderBodyOnly(true)
on the component. The span will be omitted from the output.}}
Remove wicket markup from a single page
...