what version of wicket are you trying this with? and paste the
complete source and markup.

-igor

On Fri, Nov 5, 2010 at 12:12 PM, JayJay <j.vondenbu...@gmail.com> wrote:
>
> Hi,
>
> I´m new to wicket and i tried out the navomatic example.
> I just copied the code to my eclipse engine but it didn´t work.
> I got the following error:
> WicketMessage: Unable to find component with id 'navigationBorder' in
> [NavomaticBorder [Component id = navomaticBorder]]. This means that you
> declared wicket:id=navigationBorder in your markup, but that you either did
> not add the component to your page at all, or that the hierarchy does not
> match.
>
> But in the NavomaticBorder.java constructor looks like that:
>
>        public NavomaticBorder(final String id)
>        {
>                super(id);
>                add(new BoxBorder("navigationBorder"));
>                add(new BoxBorder("bodyBorder"));
>        }
>
> Can anyone help me please.
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/navomatic-example-doesnt-t-work-tp3029232p3029232.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