luehe 2002/09/11 13:50:45 Modified: jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties Log: Added localized message for jsp.error.tagdirective.badbodycontent error code Revision Changes Path 1.38 +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.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- messages.properties 11 Sep 2002 19:07:33 -0000 1.37 +++ messages.properties 11 Sep 2002 20:50:45 -0000 1.38 @@ -300,3 +300,4 @@ jsp.error.duplicate.name.jspattribute=The attribute {0} specified in the standard or custom action also appears as the value of the name attribute in the enclosed jsp:attribute jsp.error.not.in.template=Not allowed in a template text body. jsp.error.badaction=The action is not a recognizable standard action. +jsp.error.tagdirective.badbodycontent=Invalid body-content ({0}) in tag directive 1.11 +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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- messages_es.properties 22 Aug 2002 21:31:28 -0000 1.10 +++ messages_es.properties 11 Sep 2002 20:50:45 -0000 1.11 @@ -219,3 +219,4 @@ jsp.error.invoke.missingParam= jsp.error.doBody.invalidParam= jsp.error.jspelement.missing.name= +jsp.error.tagdirective.badbodycontent= 1.10 +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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- messages_ja.properties 22 Aug 2002 21:31:28 -0000 1.9 +++ messages_ja.properties 11 Sep 2002 20:50:45 -0000 1.10 @@ -251,3 +251,4 @@ jsp.error.invoke.missingParam= jsp.error.doBody.invalidParam= jsp.error.jspelement.missing.name= +jsp.error.tagdirective.badbodycontent=
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>