kinman      02/05/06 13:54:39

  Modified:    jasper/src/share/org/apache/jasper/compiler
                        SetPropertyGenerator.java
               jasper/src/share/org/apache/jasper/resources
                        messages.properties messages_es.properties
                        messages_ja.properties
  Log:
  - Fixed 7124.  Thanks [EMAIL PROTECTED] for the patch.
  
  Revision  Changes    Path
  1.5       +4 -4      
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/SetPropertyGenerator.java
  
  Index: SetPropertyGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/SetPropertyGenerator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SetPropertyGenerator.java 2 Apr 2002 16:10:39 -0000       1.4
  +++ SetPropertyGenerator.java 6 May 2002 20:54:39 -0000       1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/SetPropertyGenerator.java,v
 1.4 2002/04/02 16:10:39 glenn Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/04/02 16:10:39 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/SetPropertyGenerator.java,v
 1.5 2002/05/06 20:54:39 kinman Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/05/06 20:54:39 $
    *
    * ====================================================================
    * 
  @@ -103,7 +103,7 @@
            if (property.equals("*")) {
                
                if (value != null) {
  -                 String m = 
Constants.getString("jsp.error.setproperty.invalidSyantx");
  +                 String m = 
Constants.getString("jsp.error.setproperty.invalidSyntax");
                    throw new CompileException(start, m);
                }
                
  
  
  
  1.26      +2 -2      
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- messages.properties       22 Mar 2002 03:35:27 -0000      1.25
  +++ messages.properties       6 May 2002 20:54:39 -0000       1.26
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.25 2002/03/22 03:35:27 larryi Exp $
  +# $Id: messages.properties,v 1.26 2002/05/06 20:54:39 kinman Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -106,7 +106,7 @@
   jsp.error.setproperty.beanNotFound=setProperty: Bean {0} not found
   jsp.error.getproperty.beanNotFound=getProperty: Bean {0} not found
   jsp.error.setproperty.ClassNotFound=setProperty: Class {0} not found
  -jsp.error.setproperty.invalidSyantax=setProperty: can't have non-null value when 
property=*
  +jsp.error.setproperty.invalidSyntax=setProperty: can't have non-null value when 
property=*
   jsp.error.setproperty.beanInfoNotFound=setproperty: beanInfo for bean {0} not found
   jsp.error.setproperty.paramOrValue=setProperty: either param or value can be present
   jsp.error.setproperty.arrayVal=setProperty: can't set array property {0} through a 
string constant value
  
  
  
  1.11      +2 -2      
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages_es.properties
  
  Index: messages_es.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages_es.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- messages_es.properties    3 Dec 2001 15:47:39 -0000       1.10
  +++ messages_es.properties    6 May 2002 20:54:39 -0000       1.11
  @@ -1,4 +1,4 @@
  -# $Id: messages_es.properties,v 1.10 2001/12/03 15:47:39 larryi Exp $
  +# $Id: messages_es.properties,v 1.11 2002/05/06 20:54:39 kinman Exp $
   #
   # Default localized string information
   # Localized para Locale es_ES
  @@ -91,7 +91,7 @@
   jsp.error.setproperty.beanNotFound=setProperty: Bean {0} no encontrado
   jsp.error.getproperty.beanNotFound=getProperty: Bean {0} no encontrado
   jsp.error.setproperty.ClassNotFound=setProperty: clase {0} no encontrada
  -jsp.error.setproperty.invalidSyantax=setProperty: No puede haber unvalo no nulo 
cuando se ha especificado property=*
  +jsp.error.setproperty.invalidSyntax=setProperty: No puede haber unvalo no nulo 
cuando se ha especificado property=*
   jsp.error.setproperty.beanInfoNotFound=setproperty: beanInfo para bean {0} no 
encontrado
   jsp.error.setproperty.paramOrValue=setProperty: O param o value pueden estar 
presentes
   jsp.error.setproperty.arrayVal=setProperty: No puede escribir a la propiedad de 
array {0} a traves de una valor de cadena literal
  
  
  
  1.7       +2 -2      
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages_ja.properties
  
  Index: messages_ja.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages_ja.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- messages_ja.properties    3 Dec 2001 15:47:39 -0000       1.6
  +++ messages_ja.properties    6 May 2002 20:54:39 -0000       1.7
  @@ -1,4 +1,4 @@
  -# $Id: messages_ja.properties,v 1.6 2001/12/03 15:47:39 larryi Exp $
  +# $Id: messages_ja.properties,v 1.7 2002/05/06 20:54:39 kinman Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is ja_JP
  @@ -103,7 +103,7 @@
   jsp.error.setproperty.beanNotFound=setProperty: Bean {0} 
\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
   jsp.error.getproperty.beanNotFound=getProperty: Bean {0} 
\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
   jsp.error.setproperty.ClassNotFound=setProperty: \u30af\u30e9\u30b9 {0} 
\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
  -jsp.error.setproperty.invalidSyantax=setProperty: 
property=*\u306e\u5834\u5408\u306fnull\u3067\u306a\u3044\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093
  +jsp.error.setproperty.invalidSyntax=setProperty: 
property=*\u306e\u5834\u5408\u306fnull\u3067\u306a\u3044\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093
   jsp.error.setproperty.beanInfoNotFound=setproperty: Bean {0} 
\u306ebeanInfo\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
   jsp.error.setproperty.paramOrValue=setProperty: 
param\u5c5e\u6027\u304bvalue\u5c5e\u6027\u306e\u3069\u3061\u3089\u304b\u4e00\u3064\u3060\u3051\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059
   jsp.error.setproperty.arrayVal=setProperty: \u5c5e\u6027\u914d\u5217 {0} 
\u3092\u6587\u5b57\u5217\u5b9a\u6570\u5024\u3067\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to