luehe       2002/11/04 11:15:34

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties messages_es.properties
                        messages_ja.properties
  Log:
  Added error message for jsp.error.useBean.noSession
  
  Revision  Changes    Path
  1.53      +2 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- messages.properties       30 Oct 2002 20:53:11 -0000      1.52
  +++ messages.properties       4 Nov 2002 19:15:33 -0000       1.53
  @@ -302,3 +302,4 @@
   jsp.error.scripting.variable.missing_name=Unable to determine scripting variable 
name from attribute {0}
   jasper.error.emptybodycontent.nonempty=According to TLD, tag {0} must be empty, but 
is not
   jsp.error.tagfile.var_name_given_equals_attr_name=In tag file {0}, the name-given 
attribute ({1}) of a variable directive equals the name attribute of an attribute 
directive
  +jsp.error.useBean.noSession=Illegal for useBean to use session scope when JSP page 
declares (via page directive) that it does not participate in sessions
  
  
  
  1.20      +2 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages_es.properties
  
  Index: messages_es.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages_es.properties,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- messages_es.properties    30 Oct 2002 20:53:11 -0000      1.19
  +++ messages_es.properties    4 Nov 2002 19:15:33 -0000       1.20
  @@ -222,3 +222,4 @@
   jsp.error.scripting.variable.missing_name=
   jasper.error.emptybodycontent.nonempty=
   jsp.error.tagfile.var_name_given_equals_attr_name=
  +jsp.error.useBean.noSession=
  
  
  
  1.20      +2 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages_ja.properties
  
  Index: messages_ja.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages_ja.properties,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- messages_ja.properties    30 Oct 2002 20:53:11 -0000      1.19
  +++ messages_ja.properties    4 Nov 2002 19:15:34 -0000       1.20
  @@ -253,3 +253,4 @@
   jsp.error.scripting.variable.missing_name=
   jasper.error.emptybodycontent.nonempty=
   jsp.error.tagfile.var_name_given_equals_attr_name=
  +jsp.error.useBean.noSession=
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to