s/goes/goes away/  :)

On Sat, Aug 6, 2011 at 8:48 AM, Dan Retzlaff <[email protected]> wrote:

> If I recall correctly, the string literal "<wicket:message>" goes
> deployment mode. We haven't internationalized our site yet, so I can't speak
> to any potential bug with locale-specific resource lookups. You might try
>
> <title wicket:id="title">...</title>
>
> with a corresponding Label and ResourceModel. We did that just to get rid
> of the <wicket:message> in development mode.
>
>
> On Sat, Aug 6, 2011 at 3:19 AM, heikki <[email protected]> wrote:
>
>> hi Martin,
>>
>> thanks for your suggestion, but it made no difference. I tried
>>
>> <html xmlns:wicket="http://wicket.apache.org/";>
>> <wicket:head>
>>    <title><wicket:message key="title.gallery">Bienvenue à
>> Braziland</wicket:message>
>> </title>
>> </wicket:head>
>> <body>
>>
>> and it's the same, no translated title shown, but instead the
>> <wicket:message...> appears as the title.
>>
>>
>> What am I doing wrong here? Surely it must be possible to use i18n for
>> header elements ?
>>
>>
>> Kind regards,
>> Heikki Doeleman
>>
>> --
>> View this message in context:
>> http://apache-wicket.1842946.n4.nabble.com/i18n-for-html-header-elements-tp3722490p3723142.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]
>>
>>
>

Reply via email to