Please check your usage of <wicket:extend>, you seem to use it although your super component doesn't provide markup.

Sven

On 08/09/2012 04:25 PM, technimadhu wrote:
Thx. After renaming the html files to ElemConfigAdd$TabPanel1.html ,
ElemConfigAdd$TabPanel2.html and ElemConfigAdd$TabPanel3.html, I still get
error

eclipse Console output:
ERROR - MarkupFactory              - Markup not found: Base markup of
inherited markup not found. Component class:
com.elster.elemconfig.add.ElemConfigAdd. Enable debug messages for
org.apache.wicket.util.resource.locator.ResourceStreamLocator to get a list
of all filenames tried.
org.apache.wicket.markup.MarkupNotFoundException: Base markup of inherited
markup not found. Component class: com.elster.elemconfig.add.ElemConfigAdd.
Enable debug messages for
org.apache.wicket.util.resource.locator.ResourceStreamLocator to get a list
of all filenames tried.
        at
org.apache.wicket.markup.loader.InheritedMarkupMarkupLoader.loadMarkup(InheritedMarkupMarkupLoader.java:69)

my webpage: (http://localhost:8080/). On browser I see this error:
Last cause: Can not determine Markup. Component is not yet connected to a
parent. [Page class = com.elster.elemconfig.add.ElemConfigAdd, id = 0,
render count = 1]

In java side, I add form.add(new AjaxTabbedPanel("tabs", tabs));   and in
html side, i use the same id 'tabs'
How do i enable debug logs? I see only info, error logs now.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Tabbed-Panel-error-tp4651059p4651091.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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

Reply via email to