I would like to have the MessageBundle beans available in EL. Is there
any way to achive that?
Annotating the interface with @Named does not work, because then the
InjectionPoint is null in TypedMessageBundleProducer.
Using Weld 1.1.5 on JBoss AS 7.1.0.Final
--
Mit freundlichen Grüßen,
---
a mixture of messages easily.
what you would need is a LocalResolver which checks the current locale
(based on a list of supported locals + a default locale).
regards,
gerhard
2013/5/9 Christian Beikov
Hello there,
I was just about to configure the I18N module for my needs and hit a
limitatio
of messages easily.
>>> what you would need is a LocalResolver which checks the current locale
>>> (based on a list of supported locals + a default locale).
>>>
>>> regards,
>>> gerhard
>>>
>>>
>>>
>>> 2013/5/9 Ch
ale
(based on a list of supported locals + a default locale).
regards,
gerhard
2013/5/9 Christian Beikov
Hello there,
I was just about to configure the I18N module for my needs and hit a
limitation. The LocalResolver can only return a single Locale which is
somehow bad. Normally you have vari
t locale
> (based on a list of supported locals + a default locale).
>
> regards,
> gerhard
>
>
>
> 2013/5/9 Christian Beikov
>
>> Hello there,
>>
>> I was just about to configure the I18N module for my needs and hit a
>> limitation. The LocalResolv
igure the I18N module for my needs and hit a
> limitation. The LocalResolver can only return a single Locale which is
> somehow bad. Normally you have various preferences. Are you going to add
> something like:
>
> public Iterable getLocales()
>
> to LocaleResolver or is the curr
Hello there,
I was just about to configure the I18N module for my needs and hit a
limitation. The LocalResolver can only return a single Locale which is
somehow bad. Normally you have various preferences. Are you going to add
something like:
public Iterable getLocales()
to LocaleResolver