You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2002/08/21 01:44:29 UTC

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties

luehe       2002/08/20 16:44:29

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties messages_es.properties
                        messages_ja.properties
  Log:
  Added jsp.error.invoke.varAndVarReader and jsp.error.doBody.varAndVarReader error codes.
  
  Revision  Changes    Path
  1.26      +3 -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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- messages.properties	20 Aug 2002 15:50:23 -0000	1.25
  +++ messages.properties	20 Aug 2002 23:44:29 -0000	1.26
  @@ -284,4 +284,6 @@
   jsp.error.fragmentwithtype=Cannot specify both 'fragment' and 'type' attributes.  If 'fragment' is present, 'type' is fixed as 'javax.servlet.jsp.tagext.JspFragment'
   jsp.error.fragmentwithrtexprvalue=Cannot specify both 'fragment' and 'rtexprvalue' attributes.  If 'fragment' is present, 'rtexprvalue' is fixed as 'true'
   jsp.error.fragmentWithDeclareOrScope=Both 'fragment' and 'declare' or 'scope' attributes specified in variable directive
  +jsp.error.invoke.varAndVarReader=Both 'var' and 'varReader' specified in jsp:invoke
  +jsp.error.doBody.varAndVarReader=Both 'var' and 'varReader' specified in jsp:doBody
   jsp.warning.bad.urlpattern.propertygroup=Bad value {0} in the url-pattern subelement in web.xml
  
  
  
  1.7       +4 -2      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- messages_es.properties	19 Aug 2002 16:54:16 -0000	1.6
  +++ messages_es.properties	20 Aug 2002 23:44:29 -0000	1.7
  @@ -212,4 +212,6 @@
   jsp.error.taglibDirective.missing.location=
   jsp.error.fragmentwithtype=
   jsp.error.fragmentWithDeclareOrScope=
  -
  +jsp.error.invoke.varAndVarReader=
  +jsp.error.doBody.varAndVarReader=
  +jsp.warning.bad.urlpattern.propertygroup=
  
  
  
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- messages_ja.properties	19 Aug 2002 16:54:16 -0000	1.5
  +++ messages_ja.properties	20 Aug 2002 23:44:29 -0000	1.6
  @@ -244,3 +244,6 @@
   jsp.error.taglibDirective.missing.location=
   jsp.error.fragmentwithtype=
   jsp.error.fragmentWithDeclareOrScope=
  +jsp.error.invoke.varAndVarReader=
  +jsp.error.doBody.varAndVarReader=
  +jsp.warning.bad.urlpattern.propertygroup=
  
  
  

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