DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29881>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29881 Problems using datatype type="date" variant="time" ------- Additional Comments From [EMAIL PROTECTED] 2004-07-03 18:59 ------- >- in convertFromString(), use a more specific i18n key (and add them to the > resource bundles as well) I'm not sure about this one: Is it in this fragment of code: } catch (ParseException e) { return ConversionResult.create("date"); } } and is "date" is the I18n key?
