luehe 2003/01/17 12:03:10
Modified: jasper2/src/share/org/apache/jasper/resources
messages.properties
Log:
Escape '<'
Revision Changes Path
1.80 +2 -2
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.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- messages.properties 13 Jan 2003 23:50:48 -0000 1.79
+++ messages.properties 17 Jan 2003 20:03:10 -0000 1.80
@@ -274,7 +274,7 @@
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.
jsp.error.jspbody.emptybody.only=The {0} tag can only have jsp:attribute in its
body.
-jsp.error.no.scriptlets=Scripting elements ( <%!, <jsp:declaration, <%=,
<jsp:expression, <%, <jsp:scriptlet ) are disallowed here.
+jsp.error.no.scriptlets=Scripting elements ( <%!, <jsp:declaration, <%=,
<jsp:expression, <%, <jsp:scriptlet ) are disallowed here.
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}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>