On 8/28/07, Kees de Kooter <[EMAIL PROTECTED]> wrote:
>
> I have a (superclass) page with a couple of panels and a wicket:child
> tag. When I try to open a child page I get the following error
> message:
>
> "WicketMessage: Unable to find component with id 'customers' [..] This
> means that you declared wicket:id=customers in your markup, but that
> you either did not add the component to your page at all, or that the
> hierarchy does not match."
>
> Now the 'customers' object is present in the page, as can be seen at
> the bottom of the exception page, so I assume that the 'hierarchy does
> not match':
>
> 13      menuPanel:customers             1.4K
>         org.apache.wicket.markup.html.basic.Label       Customers
>
> The problem is in the first panel in the page, the following tag in
> that page is highlighted in the error message:
>
> <span wicket:id="customers">customers</span>
>
> The error started occurring after moving to Wicket 1.3.0-beta2.
>
> Am I missing something?? How can I make the hierarchy match?


you can start by providing us a little bit more to go on

-igor

--
> Cheers,
> Kees de Kooter
> http://www.boplicity.net
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to