cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-11-27 Thread martinc
martinc 2003/11/27 14:14:51 Modified:src/share/org/apache/struts/util MessageResources.java Log: Make sure getMessage(String) goes through the local implementation, rather than bypassing it and therefore skipping the default locale handling. PR: 22252 Submitted by: msc at

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-11-27 Thread David Graham
When changing Struts' messaging classes we also need to update commons-resources with identical changes. Otherwise, we'll end up getting frustrated users and duplicate bug reports when Struts starts using commons-resources. David --- [EMAIL PROTECTED] wrote: martinc 2003/11/27 14:14:51

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-11-27 Thread Martin Cooper
On Thu, 27 Nov 2003, David Graham wrote: When changing Struts' messaging classes we also need to update commons-resources with identical changes. Otherwise, we'll end up getting frustrated users and duplicate bug reports when Struts starts using commons-resources. Sure. In this particular

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-09-08 Thread rleland
rleland 2003/09/08 21:33:12 Modified:src/share/org/apache/struts/util MessageResources.java Log: Bug#: 22971 Use local to format MessageResources. Revision ChangesPath 1.19 +5 -4 jakarta-struts/src/share/org/apache/struts/util/MessageResources.java

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-07-01 Thread dgraham
dgraham 2003/07/01 20:34:04 Modified:src/share/org/apache/struts/util MessageResources.java Log: Simplified getMessage to construct an array in the method call. Revision ChangesPath 1.17 +12 -14

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-07-01 Thread dgraham
dgraham 2003/07/01 20:42:09 Modified:src/share/org/apache/struts/util MessageResources.java Log: Fixed confusing formatting. Revision ChangesPath 1.18 +82 -122 jakarta-struts/src/share/org/apache/struts/util/MessageResources.java Index: MessageResources.java

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2002-11-08 Thread dmkarr
dmkarr 2002/11/08 20:04:11 Modified:src/share/org/apache/struts/action DynaActionFormClass.java src/share/org/apache/struts/tiles DefinitionsFactoryConfig.java src/share/org/apache/struts/upload

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java MessageResourcesFactory.java

2002-10-16 Thread rleland
rleland 2002/10/16 20:20:31 Modified:src/share/org/apache/struts/util MessageResources.java MessageResourcesFactory.java Log: Update missing JavaDocs Revision ChangesPath 1.15 +25 -6

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2001-08-06 Thread craigmcc
craigmcc01/08/06 15:36:27 Modified:src/share/org/apache/struts/util MessageResources.java Log: Fix for Bugzilla #2233 (single quotes in application resources do not show up even though they are properly escaped with \). The underlying problem is that the messages strings in

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2001-08-06 Thread craigmcc
craigmcc01/08/06 15:40:12 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_0_BRANCH MessageResources.java Log: Port the fix to Bugzilla #2233 to the 1.0 branch. Revision ChangesPath No revision No

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java RequestUtils.java

2001-04-18 Thread craigmcc
craigmcc01/04/18 16:32:35 Modified:src/share/org/apache/struts/taglib/html ErrorsTag.java src/share/org/apache/struts/util MessageResources.java RequestUtils.java Log: Make it possible to omit the "errors.header" and "errors.footer" message