if it specifically says for your base page, then the other pages may not be the source of your problem, but just the single html file for your application's base page (assuming all others extend from this). make sure there are no typoes - that everything is spelled exactly like the class name. Also verify that your resources are being copied to your compiled directory (i.e. - you should see .class and .html with same name in the same output folder)
-- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 30, 2010 at 1:12 PM, Eric Reagan <[email protected]> wrote: > All, > I am getting an error message saying I am missing the Base markup for > my webpages. Before I was using the PathStripperLocator function > (link< > http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3 > >). > To try and debug I moved all the html files into their associated packages > but I am still getting an error message stating that I am missing my markup > files. The only thing that I changed in my application is I added spring > (which I don't think this would affect where the html files are loaded from > but I could be wrong). In my log4j file I enabled logging for the > org.apache.wicket.util.resource and it is scanning through the packages > where my html files are located. Has anyone seen this problem before? > Thank you, > -- > Eric Reagan >
