Hi,

I've run into a very odd situation and I have no idea, how to find out what is
going on... The situation is as follows:

1. I have a base page that contains some markup and components.

2. I have a second page, that extends the base page but does not add
   any markup or components, i.e the HTML is empty besides des wicket:extend tag
   and the Java Class is entirely empty

3. The base page is mounted as 'base', the child page is mounted as 'child'

4. I open the child page in the browser, it shows ok (all the contents of the
   base page)

5. I open the base page in the browser and I get an exception:
   Root cause:

org.apache.wicket.markup.MarkupNotFoundException: Markup not found for Component: [HtmlHeaderContainer [Component id = _header_0]]
at org.apache.wicket.Component.internalRender(Component.java:2315)
at org.apache.wicket.Component.render(Component.java:2275)
at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1474)
at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1638)

6. I try to open the base page in another browser, I get the same exception!

For me, that indicates that the application was somehow corrupted. Is that 
possible?
Or do I miss something obvious here? I've been trying to track down the error 
for
the last couple of hours, but I have not found anything useful...

J.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to