You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2002/11/20 00:56:59 UTC

cvs commit: jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute jspattribute.jsp jspattribute.txt

kinman      2002/11/19 15:56:59

  Modified:    jsr152/examples/jsp2/jspattribute jspattribute.jsp
                        jspattribute.txt
  Log:
  - <jsp:attribute> can be used for non-rt expression attributes
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/jspattribute.jsp
  
  Index: jspattribute.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/jspattribute.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jspattribute.jsp	7 Sep 2002 00:48:00 -0000	1.1
  +++ jspattribute.jsp	19 Nov 2002 23:56:59 -0000	1.2
  @@ -9,8 +9,7 @@
       <hr>
       <p>The new &lt;jsp:attribute&gt; and &lt;jsp:body&gt; 
       standard actions can be used to specify the value of any standard
  -    action or custom action attribute, as long as it accepts a request-time
  -    value.</p>
  +    action or custom action attribute.</p>
       <p>This example uses the &lt;jsp:attribute&gt;
       standard action to use the output of a custom action invocation
       (one that simply outputs "Hello, World!") to set the value of a
  
  
  
  1.2       +1 -2      jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/jspattribute.txt
  
  Index: jspattribute.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/jspattribute.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jspattribute.txt	7 Sep 2002 00:48:00 -0000	1.1
  +++ jspattribute.txt	19 Nov 2002 23:56:59 -0000	1.2
  @@ -9,8 +9,7 @@
       <hr>
       <p>The new &lt;jsp:attribute&gt; and &lt;jsp:body&gt; 
       standard actions can be used to specify the value of any standard
  -    action or custom action attribute, as long as it accepts a request-time
  -    value.</p>
  +    action or custom action attribute.</p>
       <p>This example uses the &lt;jsp:attribute&gt;
       standard action to use the output of a custom action invocation
       (one that simply outputs "Hello, World!") to set the value of a
  
  
  

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