kinman      2003/11/21 14:06:02

  Modified:    jsr152/examples/WEB-INF/lib jstl.jar standard.jar
               jsr152/examples/WEB-INF/tags displayProducts.tag
               jsr152/examples/jsp2/jspx basic.jspx textRotate.jspx
  Log:
  - Patch by Jan Luehe:
  
  Update JSP examples to use JSTL 1.1
  
  Revision  Changes    Path
  1.2       +67 -81    jakarta-servletapi-5/jsr152/examples/WEB-INF/lib/jstl.jar
  
        <<Binary file>>
  
  
  1.2       +1069 -1880jakarta-servletapi-5/jsr152/examples/WEB-INF/lib/standard.jar
  
        <<Binary file>>
  
  
  1.3       +1 -1      
jakarta-servletapi-5/jsr152/examples/WEB-INF/tags/displayProducts.tag
  
  Index: displayProducts.tag
  ===================================================================
  RCS file: 
/home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/tags/displayProducts.tag,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- displayProducts.tag       28 Oct 2002 17:45:44 -0000      1.2
  +++ displayProducts.tag       21 Nov 2003 22:06:02 -0000      1.3
  @@ -2,7 +2,7 @@
      - Copyright (c) 2002 The Apache Software Foundation.  All rights 
      - reserved.
   --%>
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"; %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
   <%@ attribute name="normalPrice" fragment="true" %>
   <%@ attribute name="onSale" fragment="true" %>
   <%@ variable name-given="name" %>
  
  
  
  1.4       +1 -1      jakarta-servletapi-5/jsr152/examples/jsp2/jspx/basic.jspx
  
  Index: basic.jspx
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspx/basic.jspx,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- basic.jspx        12 May 2003 16:52:09 -0000      1.3
  +++ basic.jspx        21 Nov 2003 22:06:02 -0000      1.4
  @@ -1,6 +1,6 @@
   <tags:xhtmlbasic xmlns:tags="urn:jsptagdir:/WEB-INF/tags"
                    xmlns:jsp="http://java.sun.com/JSP/Page";
  -                 xmlns:fmt="http://java.sun.com/jstl/fmt_rt";
  +                 xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
                 xmlns="http://www.w3.org/1999/xhtml";>
     <jsp:directive.page contentType="text/html" />
     <head>
  
  
  
  1.3       +1 -1      jakarta-servletapi-5/jsr152/examples/jsp2/jspx/textRotate.jspx
  
  Index: textRotate.jspx
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspx/textRotate.jspx,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- textRotate.jspx   5 May 2003 17:00:55 -0000       1.2
  +++ textRotate.jspx   21 Nov 2003 22:06:02 -0000      1.3
  @@ -5,7 +5,7 @@
     -->
   <svg xmlns="http://www.w3.org/2000/svg";
        width="450" height="500" viewBox="0 0 450 500"
  -     xmlns:c="http://java.sun.com/jstl/core_rt";
  +     xmlns:c="http://java.sun.com/jsp/jstl/core";
        xmlns:jsp="http://java.sun.com/JSP/Page";>
     <jsp:directive.page contentType="image/svg+xml" />
     <title>JSP 2.0 JSPX</title>
  
  
  

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

Reply via email to