markup.getMarkupResourceData().getResource().getMarkupClass().getSuperclass(),
enforceReload);
if (baseMarkup == Markup.NO_MARKUP)
{
throw new MarkupNotFoundException(
"Base markup of inherited markup not found. Component class: " +
markup.getMarkupResourceData().getResource().getContainerInfo()
.getContainerClass().getName() +
" Enable debug messages for org.apache.wicket.util.resource.Resource to get a list of all filenames tried.");
}