Re: Problems with Border ID

2015-04-30 Thread Martin Grigorov
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  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
>


Problems with Border ID

2015-04-30 Thread David Kaufman
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