luehe       2002/12/06 11:11:53

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Added error message for jsp.error.plugin.wrongRootElement
  
  Revision  Changes    Path
  1.64      +2 -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.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- messages.properties       2 Dec 2002 20:08:55 -0000       1.63
  +++ messages.properties       6 Dec 2002 19:11:53 -0000       1.64
  @@ -338,3 +338,4 @@
   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}
  +jsp.error.plugin.wrongRootElement=Name of root element in {0} different from {1}
  
  
  

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

Reply via email to