You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by lu...@locus.apache.org on 2000/09/15 15:39:37 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib LocalStrings.properties

luis        00/09/15 06:39:35

  Modified:    src/share/org/apache/struts/taglib LocalStrings.properties
  Log:
  Minor bug detected by Alec Bau <Al...@msdw.com> with the
  common.io template.
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-struts/src/share/org/apache/struts/taglib/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/LocalStrings.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- LocalStrings.properties	2000/08/14 04:42:51	1.9
  +++ LocalStrings.properties	2000/09/15 13:39:32	1.10
  @@ -1,4 +1,4 @@
  -common.io=Encountered input/output error: {1}
  +common.io=Encountered input/output error: {0}
   enumerateTag.enumeration=Cannot create enumeration for {0}
   formTag.create=Exception creating bean of class {0}: {1}
   forwardTag.forward=Error forwarding to page {0}: {1}