luehe       2003/02/24 15:23:39

  Modified:    jasper2/src/share/org/apache/jasper/compiler
                        JspDocumentParser.java
               jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  added javadocs and changed error messages
  
  Revision  Changes    Path
  1.43      +10 -4     
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspDocumentParser.java
  
  Index: JspDocumentParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspDocumentParser.java,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- JspDocumentParser.java    24 Feb 2003 22:30:26 -0000      1.42
  +++ JspDocumentParser.java    24 Feb 2003 23:23:39 -0000      1.43
  @@ -747,7 +747,13 @@
       }
   
       /*
  -     * XXX
  +     * Gets the tag library associated with the given uri namespace to which
  +     * the given prefix is bound.
  +     *
  +     * @param uri The uri namespace 
  +     * @param prefix The prefix that is bound to the uri namespace
  +     *
  +     * @return The tag library associated with the given uri namespace
        */
       private TagLibraryInfo getTaglibInfo(String uri, String prefix)
                   throws JasperException {
  
  
  
  1.98      +3 -3      
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.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- messages.properties       24 Feb 2003 22:30:26 -0000      1.97
  +++ messages.properties       24 Feb 2003 23:23:39 -0000      1.98
  @@ -177,8 +177,8 @@
   jsp.error.unable.to_find_method=Unable to find setter method for attribute: {0}
   jsp.error.unable.to_convert_string=Unable to convert a String to {0} for attribute 
{1}
   jsp.error.unable.to_introspect=Unable to introspect on tag handler class: {0} 
because of {1}
  -jsp.error.bad_tag=Tag \"{0}\" not defined in tag library imported with prefix 
\"{1}\"
  -jsp.error.xml.bad_tag=Tag \"{0}\" not defined in tag library associated with uri 
\"{1}\"
  +jsp.error.bad_tag=No tag \"{0}\" defined in tag library imported with prefix \"{1}\"
  +jsp.error.xml.bad_tag=No tag \"{0}\" defined in tag library associated with uri 
\"{1}\"
   jsp.error.bad_string_Character=Cannot extract a Character from a zero length array
   jsp.error.bad_string_char=Cannot extract a char from a zero length array
   jsp.warning.compiler.class.cantcreate=Can't create an instance of specified 
compiler plugin class {0} due to {1}. Will default to Sun Java Compiler.
  
  
  

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

Reply via email to