DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22971>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22971 Bugs in MessageTag and MessageResources ------- Additional Comments From [EMAIL PROTECTED] 2003-09-09 04:34 ------- You seem to be using a version of struts older than 1.1, as indicated by line 346 of MessageResources I see format = new MessageFormat(escape(formatString)); I fixed the second problem changed MessageResources to: format = new MessageFormat(escape(formatString)); format.setLocale(locale); Since MessageFormat(String,Locale) is private under JDK 1.3. --- I'll defer changes to MessageTag to someone familar with the tag conventions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]