Now, when you @Inject the messages in the OptionModel it is null when
you try to access it in getLabel() and I was wondering if that is
intended? Now I have to pass the catalog from my wrapper component
(SelectCountry) with its own catalog to my SelectModel which passes it
down to the OptionModel. That doesn't feel right.

why don't you use java's Locale locale.getDisplayCountry(displayLocale) ?
so you would not need the message-catalog...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to