I have two wicket pages, both of which extend a base page. In the first 
version, each page used a wicket componet as follows:

<span wicket:id="feedback" />

In the second version, I moved the above markup to the base page. However, I 
always got this error from wicket:

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).

I checked the base page's code and markup many times. It is there. 

Can someone tell me whether it is doable in wicket and what went wrong?

Thanks for your input! 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to