I want to use xhtml files instead of html files
so I overwrite the method WebPage#getMarkupType
to return "xhtml" to make it work.
But got an MarkupNotFoundException which sugested to turn on debugging
for org.apache.wicket.util.resource but didn't got any debugging about the
filenames that were tried.

I used the log config files from the wicket example that comes with wicket
(apache-wicket-1.3.0-beta3) and set it to debug.
I created logger for a class in the package that I had to set on debug like
this.

Logger logger = Logger.getLogger(
org.apache.wicket.util.resource.AbstractResourceStream.class);

and then called the debug method on it and I saw my own debug info and
logger.isDebugEnabled() returned true.

Any idea what I am missing to see the debugging of Wicket for the
org.apache.wicket.util.resource package?

Thanks,
Evert

Reply via email to