My book had a recipe for a flexible solution for managing the page
title, and as luck would have it its in the chapter that was made
available for free:
http://www.packtpub.com/sites/default/files/downloads/1605_Chapter12.pdf

-igor


On Tue, Apr 12, 2011 at 7:40 AM, Tito <njyt...@gmail.com> wrote:
> 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 <sonxu...@gmail.com>
>
>> 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: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

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

Reply via email to