Thank you everybody. I think it could be solve with .properties hierarchy in that case. I don't have to use java code and just redifining page.title property for every page it should work.
I thought perhaps wicket had something like a page template that i could override in html concrete page. Tito 2011/4/12 sonxurxo <[email protected]> > What about using Page#getString(String key) method? If you have your > .properties files with language suffixes (e.g. MyPage_en.properties, > MyPage_es.properties, MyPage_fr.properties) Wicket will automatically > retrieve the String resource from the properties file of the session > language. > > ----- > http://blog.sonxurxo.com > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Custom-head-title-on-subpage-tp3444481p3444664.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
