Martin,

thanks a lot.

On 3 December 2010 17:45, Martin Grigorov <[email protected]> wrote:
> you need to call MarkupContainer#renderAssociatedMarkup()
>
> see https://gist.github.com/468502 for an example with
> WebMarkupContainerWithAssociatedMarkup
>
> On Fri, Dec 3, 2010 at 3:36 PM, alex shubert <[email protected]> wrote:
>
>> Hello
>>
>> I got the following error trying to provide custom render for ListView
>> >> WicketMessage: 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).
>>
>> New class  signature is
>> private abstract class EnumListView<T> extends ListView<T> implements
>> IMarkupResourceStreamProvider
>>
>> I was sure getMarkupResourceStream will be called then EnumListView is
>> to be added to a page.
>> But it never happens, debug pointer never suspends execution at this point.
>>
>> What may be wrong? (except my English ofc)
>>
>> --
>> Best regards
>> Alex
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>



-- 
Best regards
Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to