> What if I try to extend org.apache.wicket.markup.html.basic.Label?
> 
> Will it work when I extended MessageLabel?

Yes, except you need to be explicit about using a ResourceModel that 
MessageLabel did for you. If you pass in the key as before then you just use 
new ResourceModel(key) in the call to super().

- Tor Iver

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

Reply via email to