copied from one of the previous mails (the mailings are available at
gmane which provides a search facilitiy):

The error message is telling you that wicket cannot find the markup
file for the WicketExampleHeader component in the gov.irs.cts package,
the file should be named WicketExampleHeader.html.
 
In order to enable the debug messages you need to edit your
log4j.properties file and add the following line:
 
log4j.logger.wicket.util.resource=DEBUG
 
this will turn on debug msgs only for the resource package, if you
want to turn on debug messages for the entire wicket change
log4j.logger.wicket=INFO
to
log4j.logger.wicket=DEBUG
 
see http://logging.apache.org/log4j/docs/ for docs on how to configure log4j
 
Igor


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to