pierred     00/11/01 16:43:20

  Modified:    jasper/src/share/org/apache/jasper/compiler
                        TagLibrariesGlobal.java
  Log:
  Bug fix: use proper key for error message
  'jsp.error.internal.filenotfound'
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/TagLibrariesGlobal.java
  
  Index: TagLibrariesGlobal.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/TagLibrariesGlobal.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TagLibrariesGlobal.java   2000/10/31 23:01:50     1.1
  +++ TagLibrariesGlobal.java   2000/11/02 00:43:20     1.2
  @@ -144,7 +144,7 @@
        InputStream is = ctxt.getResourceAsStream(WEB_XML);
        if (is == null) {
            throw new JasperException(
  -             Constants.getString("jsp.error.internal.file.not.found", 
  +             Constants.getString("jsp.error.internal.filenotfound", 
                                    new Object[]{WEB_XML}));
        }
        Document webtld =
  
  
  

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

Reply via email to