Hi there.

 

I am new to Wicket, and have been trying to create a new small application
to test it out before we switch completely to using Wicket and Hibernate
(through Databinder).

 

I am getting an error with my AccessDenied page, saying that a component
failed to render.

 

ERROR - RequestCycle               - The component(s) below failed to
render. A common problem is that you have added a component in code but
forgot to reference it in the markup (thus the component will never be
rendered).

1. [MarkupContainer [Component id = homePageLink, page =
mwh.page.error.AccessDenied, path = 3:homePageLink.BookmarkablePageLink,
isVisible = true, isVersioned = false]]

org.apache.wicket.WicketRuntimeException: The component(s) below failed to
render. A common problem is that you have added a component in code but
forgot to reference it in the markup (thus the component will never be
rendered).

1. [MarkupContainer [Component id = homePageLink, page =
mwh.page.error.AccessDenied, path = 3:homePageLink.BookmarkablePageLink,
isVisible = true, isVersioned = false]]

 

 

I have the component in the page, and have tried it within a div, span, etc,
in different places, and so on, but I cant get past this error.

 

If anyone has a pointer, I would greatly appreciate it.

 

Thanks,

 

Bruce.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to