You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by lu...@apache.org on 2002/10/02 21:41:48 UTC

cvs commit: jakarta-taglibs/standard/src/org/apache/taglibs/standard/lang/jstl Resources.properties

luehe       2002/10/02 12:41:48

  Modified:    standard/src/org/apache/taglibs/standard/lang/jstl
                        Resources.properties
  Log:
  Fixed parameter index in localized error message corresponding to FUNCTION_INVOCATION_ERROR error code
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-taglibs/standard/src/org/apache/taglibs/standard/lang/jstl/Resources.properties
  
  Index: Resources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/src/org/apache/taglibs/standard/lang/jstl/Resources.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Resources.properties	15 Jul 2002 05:53:49 -0000	1.5
  +++ Resources.properties	2 Oct 2002 19:41:48 -0000	1.6
  @@ -138,4 +138,4 @@
   	The function "{1}" requires {2} arguments but was passed {3}
   
   FUNCTION_INVOCATION_ERROR=\
  -	An error occurred while evaluating function "{1}"
  +	An error occurred while evaluating function "{0}"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>