luehe       2002/12/02 12:08:55

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Added error codes/messages for 15002
  
  Revision  Changes    Path
  1.63      +3 -1      
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.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- messages.properties       2 Dec 2002 11:21:00 -0000       1.62
  +++ messages.properties       2 Dec 2002 20:08:55 -0000       1.63
  @@ -336,3 +336,5 @@
   jsp.error.xml.invalidHighSurrogate = High surrogate bits in UTF-8 sequence must not 
exceed 0x10 but found 0x{0}.
   jsp.error.multiple.jspoutput = Cannot have multiple occurrences of 
<jsp:output>
   jsp.error.attributes.not.allowed = {0} must not have any attributes
  +jsp.error.tagfile.badSuffix=Missing \".tag\" suffix in tag file path {0}
  +jsp.error.tagfile.illegalPath=Missing \"/WEB-INF/tags\" or \"/META-INF/tags\" in 
tag file path {0}
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to