kinman 02/05/16 12:27:17 Modified: jasper/src/share/org/apache/jasper/resources messages.properties Log: Revision Changes Path 1.27 +2 -1 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties Index: messages.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- messages.properties 6 May 2002 20:54:39 -0000 1.26 +++ messages.properties 16 May 2002 19:27:17 -0000 1.27 @@ -1,4 +1,4 @@ -# $Id: messages.properties,v 1.26 2002/05/06 20:54:39 kinman Exp $ +# $Id: messages.properties,v 1.27 2002/05/16 19:27:17 kinman Exp $ # # Default localized string information # Localized this the Default Locale as is en_US @@ -122,6 +122,7 @@ jsp.warning.unknown.element.in.attribute=Warning: Unknown element {0} in attribute jsp.error.more.than.one.taglib=More than one taglib in the TLD: {0} jsp.warning.teiclass.is.null=Could not load TagExtraInfo class {0}: {1} +jsp.warning.teiclass.is.nonnull=variable susbelement defined in tld when TagExtraInfo class {0} is non-null jsp.error.parse.error.in.TLD=Parse Error in the tag library descriptor: {0} jsp.error.unable.to.open.TLD=Unable to open the tag library descriptor: {0} jsp.buffer.size.zero=Buffer size <= 0
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>