this means that you have added a component in your code but no markup references this component so it is not and never will be rendered.

if you give us your code we can point out exactly where the problem is.

-Igor


On 3/12/06, Matthias Albert <[EMAIL PROTECTED]> wrote:
I'm evaluating Wicket for use in an existing web application with many
quasi-static pages. I have worked through the helloworld an the
navomativc example. All was ok, then I started to port the navomatic
example to my own web application. The navborder item orginates from the
navomatic item.

I hope anybody can help me with this error page output:


>>>Start of error page
Root cause:

wicket.WicketRuntimeException: The component(s) below failed to render:

1. [MarkupContainer [Component id = navborder, page = content.index,
path = 0:navborder.NavigationBorder, isVisible = true, isVersioned = false]]
2. [MarkupContainer [Component id = navborder, page = content.index ,
path = 0:navborder:navborder.BoxBorder, isVisible = true, isVersioned =
false]]
3. [MarkupContainer [Component id = bodyBorder, page = content.index,
path = 0:navborder:bodyBorder.BoxBorder, isVisible = true, isVersioned =
false]]

at wicket.Page.checkRendering(Page.java:1068)
at wicket.Page.doRender(Page.java:393)
at
wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:224)
....
<<< end of error page

My pages and start at the content package.


Where do I have to search for this error?

Thank you

Matthias Albert


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to