http://stackoverflow.com/questions/43933653/markup-id-set-on-a-component-that-is-usually-not-rendered-into-markup/43934346

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

On Fri, May 12, 2017 at 10:48 AM, pooinginwalls <pooinginwa...@web.de>
wrote:

> I am receiving this message;
>
> /    Markup id set on a component that is usually not rendered into markup.
> Markup id: pnlMessages3a, component id: pnlMessages, component tag:
> wicket:panel./
>
> The panel is added to a enclosing panel like this:
> /    add(new MessagePanel("pnlMessages"));/
> in html
> /    <wicket:panel wicket:id="pnlMessages">tblData</wicket:panel>
> /
> Within the MessagePanel I am calling super(id) passing the component id
> "pnlMessages" to the parent class. There is no other component within the
> class MessagePanel that enables the OutputMarkupId.
>
> So why do I get the warning?
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Markup-id-set-on-a-component-that-is-
> usually-not-rendered-into-markup-tp4677834.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to