Hi, I am extending a class SomeDetailPage which extends SomePage which in turn extends WebPage. Now this SomeDetailPage is working fine and has no issues. But I have created a new class and extended some of its features and when I am trying to deploy it I am getting the error org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component 'AboutUs' not found. Enable debug messages for org.apache.wicket.util.resource to get a list of all filenames tried: [Page class = AboutUs, id = 11, version = 0]. I have checked if the html is not copied into the folder which has AboutUs.class, but it's there, checked if naming was different, no use. I couldn't find why I am not able to run it and couldn't even find out the reason why so that I could atleast try a workaround.
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-markup-MarkupNotFoundException-Markup-of-type-html-for-component-AboutUs-not-found-tp3662335p3662335.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
