Re: Tabbed Panel error

2012-08-09 Thread technimadhu
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



Re: Tabbed Panel error

2012-08-09 Thread Sven Meier
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



Re: Tabbed Panel error

2012-08-09 Thread technimadhu
Thx Sven. That was it. I blindly copied the example, without paying attention
to the 'BasePage' being used in the wicket example page, but I don't use the
BasePage. So, I removed the wicket:extend tag in my html and its working
fine



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Tabbed-Panel-error-tp4651059p4651098.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



Re: Tabbed Panel error

2012-08-08 Thread technimadhu
In my html page, the span tag got removed. so pasting it with pre tag.





[tabbed panel will be here]







--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Tabbed-Panel-error-tp4651059p4651061.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