
Expand API to allow default messages to be provided --------------------------------------------------- Key: CAL-16 URL: http://jira.qos.ch/browse/CAL-16 Project: CAL10N Issue Type: Improvement Reporter: Kevin Stembridge Assignee: Ceki Gulcu Priority: Minor Currently, application code would have to handle the case where a message is not found and a default should be used instead. You could add methods to the IMessageConveyor interface to allow a default to be provided. e.g. IMessageConveyor.getMessageWithFallback(E key, String fallback, Object... args); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira