You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by pi...@apache.org on 2002/12/14 01:49:22 UTC

cvs commit: jakarta-taglibs/standard/examples/conf jstl-examples.tld

pierred     2002/12/13 16:49:22

  Modified:    standard/examples/conf jstl-examples.tld
  Log:
  BUG 15169
  Added <uri> definition in WEB-INF/jstl-examples.tld to match
  the uri used in the taglib directives of JSP pages so the mapping in web.xml
  is not necessary anymore.
  [<uri>/jstl-examples-taglib</uri>]
  However, please note that that the problem reported will still persist
  with tomcat 4.x because of bug 14200. Hans Bergsten is working with
  the JSP expert group to resolve this issue.
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-taglibs/standard/examples/conf/jstl-examples.tld
  
  Index: jstl-examples.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/conf/jstl-examples.tld,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jstl-examples.tld	21 Nov 2001 07:34:21 -0000	1.1
  +++ jstl-examples.tld	14 Dec 2002 00:49:22 -0000	1.2
  @@ -6,6 +6,7 @@
     <tlib-version>1.0 EA2</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>ex</short-name>
  +  <uri>/jstl-examples-taglib</uri>
   
     <tag>
       <name>escapeHtml</name>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>