Another issue that I noticed was that getArgs() also needs to return the messageId. One of the possible solutions that I could think of was to include the messageId field as the last object of the Object array arguments and retrieve it from there in getLocalizedMessage(). Would it be a good idea ?
Yes, I like that approach. We should make it clear in the Javadoc for the function. bryan
