From: remm Date: Mon, 12 Mar 2007 16:31:02 +0000 (+0000) Subject: - Cleanup of the message that is displayed (forgot resource). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=75fa8b297574e70542d6e535f965139586e8e57a;p=tomcat7.0 - Cleanup of the message that is displayed (forgot resource). git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@517274 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties index b51b35939..e79d204c8 100644 --- a/java/org/apache/jasper/resources/LocalStrings.properties +++ b/java/org/apache/jasper/resources/LocalStrings.properties @@ -310,6 +310,7 @@ jsp.error.needAlternateJavaEncoding=Default java encoding {0} is invalid on your #Error when compiling, used for jsp line number error messages jsp.error.single.line.number=An error occurred at line: {0} in the jsp file: {1} jsp.error.multiple.line.number=\n\nAn error occurred between lines: {0} and {1} in the jsp file: {2}\n\n +jsp.error.java.line.number=An error occurred at line: {0} in the generated java file jsp.error.corresponding.servlet=Generated servlet error:\n jsp.error.empty.body.not.allowed=Empty body not allowed for {0} jsp.error.jspbody.required=Must use jsp:body to specify tag body for {0} if jsp:attribute is used.