On Fri, Sep 28, 2012 at 10:21 AM, kshitiz <k.agarw...@gmail.com> wrote:

> *Last cause: 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. [Component id = message]*
>


The error message says it all.  Somewhere you have a component added to
your java hierarchy that is not in the markup.  Look for "message" in your
codebase.  If you can't find it, put a breakpoint in the Component class
constructor with a conditional if the ID is "message".  Find where that
component is being created but not referenced in the markup.

You can also turn this check off, but that's not a fix.  The message is
indicative of a problem.  If you do decide to turn the check off it's
somewhere in the app's settings (debug or markup - can't remember) - look
for component use check.

-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*

Reply via email to