Re: Accessing the Markup of a Component

2018-06-03 Thread Dirk Forchel
Hallo Sven, thank your for your answer and for your comprehensive explanation. So we should be careful not to use these components together unless supported. Thanks. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

Re: Accessing the Markup of a Component

2018-06-02 Thread Sven Meier
accessing the markup (Component#getMarkup()) of a Panel while inizializing the panel component. Is it ensured, that Component#getMarkup() always returns an appropriate markup (markup tag) during initializion? As soon as we have a Border component, a TransparentWebMarkupContainer and a corresponding

Accessing the Markup of a Component

2018-06-01 Thread Dirk Forchel
We have a problem accessing the markup (Component#getMarkup()) of a Panel while inizializing the panel component. Is it ensured, that Component#getMarkup() always returns an appropriate markup (markup tag) during initializion? As soon as we have a Border component, a TransparentWebMarkupContainer