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 <alex.shub...@gmail.com> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to