Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 82344 invoked from network); 19 Nov 2002 23:57:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Nov 2002 23:57:11 -0000 Received: (qmail 23199 invoked by uid 97); 19 Nov 2002 23:58:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 23183 invoked by uid 97); 19 Nov 2002 23:58:10 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 23172 invoked by uid 97); 19 Nov 2002 23:58:09 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 19 Nov 2002 23:56:59 -0000 Message-ID: <20021119235659.983.qmail@icarus.apache.org> From: kinman@apache.org To: jakarta-servletapi-5-cvs@apache.org Subject: cvs commit: jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute jspattribute.jsp jspattribute.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N kinman 2002/11/19 15:56:59 Modified: jsr152/examples/jsp2/jspattribute jspattribute.jsp jspattribute.txt Log: - 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 @@

The new <jsp:attribute> and <jsp:body> 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.

+ action or custom action attribute.

This example uses the <jsp:attribute> 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 @@


The new <jsp:attribute> and <jsp:body> 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.

+ action or custom action attribute.

This example uses the <jsp:attribute> 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: For additional commands, e-mail: