MessageResources.messageKey(, foo) returns .foo?

2002-07-29 Thread David M. Karr
I don't know if this is a bug or not. Even if it is, it might be awkward to change the behavior that I'm seeing. The method MessageResources.messageKey(Locale locale, String key) returns a message key with the locale key concatenated with the key, with a . between. If the locale string is the

Re: MessageResources.messageKey(, foo) returns .foo?

2002-07-29 Thread Craig R. McClanahan
: MessageResources.messageKey(, foo) returns .foo? I don't know if this is a bug or not. Even if it is, it might be awkward to change the behavior that I'm seeing. The method MessageResources.messageKey(Locale locale, String key) returns a message key with the locale key concatenated with the key

Re: MessageResources.messageKey(, foo) returns .foo?

2002-07-29 Thread David M. Karr
Craig == Craig R McClanahan [EMAIL PROTECTED] writes: Craig The messageKey() method is an internal utility, and the values it returns Craig are just used to cache messages uniquely -- given that they are not Craig publicly visible, it doesn't seem to be worth any extra processor