kinman 2003/03/24 16:18:25 Modified: jasper2/src/share/org/apache/jasper/resources messages.properties Log: - Forgot this one. Revision Changes Path 1.109 +4 -3 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.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- messages.properties 25 Mar 2003 00:07:12 -0000 1.108 +++ messages.properties 25 Mar 2003 00:18:25 -0000 1.109 @@ -55,7 +55,6 @@ jsp.error.page.defafteruse.language=Page directive: can't define language after a scriptlet jsp.error.page.nomapping.language=Page directive: No mapping for language: jsp.error.page.multiple.extends=Page directive: can't have multiple occurrences of extends -jsp.error.page.multiple.pageencoding=More than one \'pageEncoding\' page directive attribute jsp.error.page.bad_b_and_a_combo=Page directive: Illegal combination of buffer=\"none\" && autoFlush=\"false\" jsp.error.not.impl.taglib=Internal error: Tag extensions not implemented jsp.error.include.missing.file=Missing file argument to include @@ -287,7 +286,6 @@ jsp.error.internal.unexpected_node_type=Internal Error: Unexpected node type encountered jsp.error.tld.fn.invalid.signature=Invalid syntax for function signature in TLD. Tag Library: {0}, Function: {1} jsp.error.tld.fn.duplicate.name=Duplicate function name {0} in tag library {1} -jsp.error.tld.fn.invalid.signature.classnotfound=Invalid syntax for function signature in TLD. Class not found: ${0}. Tag Library: {1}, Function: {2}. jsp.error.tld.fn.invalid.signature.commaexpected=Invalid syntax for function signature in TLD. Comma ',' expected. Tag Library: {0}, Function: {1}. jsp.error.tld.fn.invalid.signature.parenexpected=Invalid syntax for function signature in TLD. Parenthesis '(' expected. Tag Library: {0}, Function: {1}. jsp.error.tld.mandatory.element.missing=Mandatory TLD element missing or empty: {0} @@ -376,3 +374,6 @@ jsp.error.noFunctionPrefix=The function {0} must be used with a prefix when a default namespace is not specified jsp.error.noFunction=The function {0} cannot be located with the specified prefix jsp.error.noFunctionMethod=The method {0} for the function {1} is not defined in the class {2} +jsp.error.function.classnotfound=The class {0} specified in TLD for the function {1} cannot be found. {2} +jsp.error.signature.classnotfound=The class {0} specified in the method signature in TLD for the function {1} cannot be found. {2} +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]