Description
With latest trunk, the following message occurs in the logs:
09:41:50.297 ERROR [org.apache.wicket.markup.html.WebPage ] - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
09:41:50.314 ERROR [org.apache.wicket.markup.html.WebPage ] - You probably forgot to add a <body> or <header> tag to your markup since no Header Container was found but components where found which want to write to the <head> section.
This happens, when using TransparentResolver with the html-Tag.
A quickstart is attached.