pierred     00/12/08 12:31:34

  Modified:    jasper/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  <jsp:cdata> error message (forgot to commit last time)
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- messages.properties       2000/11/06 21:04:59     1.10
  +++ messages.properties       2000/12/08 20:31:30     1.11
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.10 2000/11/06 21:04:59 pierred Exp $
  +# $Id: messages.properties,v 1.11 2000/12/08 20:31:30 pierred Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -230,3 +230,4 @@
   jsp.error.tldInWebDotXmlNotFound=Could not locate TLD {1} for URI {0} specified in 
web.xml
   jsp.error.taglibDirective.absUriCannotBeResolved=This absolute uri ({0}) cannot be 
resolved in either web.xml or the jar files deployed with this application
   jsp.error.unterminated.user.tag=Unterminated user-defined tag: ending tag {0} not 
found or incorrectly nested
  +jspx.error.templateDataNotInJspCdata=Validation Error: Element &lt;{0}&gt; cannot 
have template data. Template data must be encapsulated within a &lt;jsp:cdata&gt; 
element. [JSP1.2 PFD section 5.1.9]\nTemplate data in error: {1}
  
  
  

Reply via email to