I want to internationalize the title of my application, so that I would get its value from a properties file, and the HTML would look something like:
<head> <title><span wicket:id="appTitle"></span></title> </head> It doesn't look like I can use a header contributor to do this sort of thing, so how is it done? Thanks for your help. Shelah
