Re: org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component 'AboutUs' not found

2011-07-13 Thread jakrishna1983
Hi, Thanks for responding. I have found the answer for my question. When extending the WebPage I also simultaneously use wicket:extend to the extend the WebPage functionality. However when we extend deep into the WebPage, we have to used wicket:child/ in the wicket:extend tag to let the page that

org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component 'AboutUs' not found

2011-07-12 Thread jakrishna1983
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

Re: org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for component 'AboutUs' not found

2011-07-12 Thread Andrea Del Bene
Hi, attach java code and HTML of this new class so we can take a look. 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