Hello, 

This is my situation:
Page
  |-> ModalWindow
           |-> Panel
                   |-> HomeMadeReusableComponent
                                   |-> HeaderContributor

In this HeaderContributor I override renderHead(IHeaderResponse response).
I thought that everything I wrote to the response would end up in my Page,
but it doesn't...

I know that one option would be to add the HeaderContributor directly to the
page, but then I have duplicate code that is now needly inside my
HomeMadeReusableComponent.

I tried to add the HeaderContributer inside my HomeMadeReusableComponent to
the page instead then adding it to the component, but HeaderContributors are
defined inside the component constructor and then my page isn't ready yet. 

Can anyone help me or give me any hints? 
Thanks in advance ! Marieke vandamme

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ModalWindow-with-Panel-HeaderContributor-in-Panel-not-called-tp3514628p3514628.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