You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by David Kaufman <da...@gmx.de> on 2015/04/30 12:22:48 UTC

Problems with Border ID

Hi,

we are currently struggling with getting our Border code to run. Initially
we used the isTransparentResolver() Method. The workaround posted in the
migration document, unfortunately didn't work out of the box.

The current solution fails with following RuntimeException:

Unable to find component with id 'content' in [BorderBodyContainer
[Component id = border_body]]
Expected: 'border:border_body:content'.
Found with similar names: 'border:content'

Where do I have to specify the name? If I specify the name in the markup
the error message reads:
border:border_body:content:border:border_body:content.

Thanks a lot,
David

Re: Problems with Border ID

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Please show us the code snippet that leads to this problem. Both Java and
HTML.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Apr 30, 2015 at 1:22 PM, David Kaufman <da...@gmx.de> wrote:

> Hi,
>
> we are currently struggling with getting our Border code to run. Initially
> we used the isTransparentResolver() Method. The workaround posted in the
> migration document, unfortunately didn't work out of the box.
>
> The current solution fails with following RuntimeException:
>
> Unable to find component with id 'content' in [BorderBodyContainer
> [Component id = border_body]]
> Expected: 'border:border_body:content'.
> Found with similar names: 'border:content'
>
> Where do I have to specify the name? If I specify the name in the markup
> the error message reads:
> border:border_body:content:border:border_body:content.
>
> Thanks a lot,
> David
>