I18N Module

2013-05-09 Thread Christian Beikov
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, ---

Re: I18N Module

2013-05-09 Thread Christian Beikov
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

Re: I18N Module

2013-05-09 Thread Gerhard Petracek
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

Re: I18N Module

2013-05-09 Thread Christian Beikov
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

Re: I18N Module

2013-05-09 Thread Gerhard Petracek
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

Re: I18N Module

2013-05-09 Thread Gerhard Petracek
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

I18N Module

2013-05-09 Thread 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 various preferences. Are you going to add something like: public Iterable getLocales() to LocaleResolver