Return-Path: Delivered-To: apmail-jakarta-watchdog-dev-archive@apache.org Received: (qmail 47017 invoked from network); 29 Jan 2002 00:08:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 Jan 2002 00:08:43 -0000 Received: (qmail 28332 invoked by uid 97); 29 Jan 2002 00:08:49 -0000 Delivered-To: qmlist-jakarta-archive-watchdog-dev@jakarta.apache.org Received: (qmail 28307 invoked by uid 97); 29 Jan 2002 00:08:49 -0000 Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Watchdog Developers List" Reply-To: "Watchdog Developers List" Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 28296 invoked by uid 97); 29 Jan 2002 00:08:48 -0000 Date: 29 Jan 2002 00:08:40 -0000 Message-ID: <20020129000840.28235.qmail@icarus.apache.org> From: rlubke@apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc persistentValues.jsp request_time_attributes.jsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rlubke 02/01/28 16:08:40 Modified: src/server/jsp-tests/jsp/tagext/misc persistentValues.jsp request_time_attributes.jsp Log: - content push from CTS Revision Changes Path 1.2 +5 -3 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/persistentValues.jsp Index: persistentValues.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/persistentValues.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- persistentValues.jsp 18 Nov 2000 00:46:05 -0000 1.1 +++ persistentValues.jsp 29 Jan 2002 00:08:40 -0000 1.2 @@ -4,12 +4,14 @@ <% /** Name : persistentValues - Description : Tests to see if the values of instance variaables remains persistent . + Description : Tests to see if the values of instance variables remains persistent. - Result : Message should be printed at the beginning of each tag starting from the first tag and then at the end of each tag starting from the innnermost tag + Result : Message should be printed at the beginning of each tag starting + from the first tag and then at the end of each tag starting from + the innner most tag **/ -%> +%> <%@ taglib uri="/TestLib.tld" prefix="test" %> 1.5 +3 -3 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/request_time_attributes.jsp Index: request_time_attributes.jsp =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/misc/request_time_attributes.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- request_time_attributes.jsp 1 Dec 2000 22:12:04 -0000 1.4 +++ request_time_attributes.jsp 29 Jan 2002 00:08:40 -0000 1.5 @@ -3,14 +3,14 @@ Request time attributes evaluation <% /** Name:request_time_attributes - Description: This tests the order of evaluation of + Description: This tests the evaluation order of request time attributes in actions. The order of evaluation - is from left to right. + is from left to right. Result: Should calculate the expressions from left to right and return the correct values -**/ %> +**/ %> <%! int i=10; %> <%@ taglib uri="/TestLib.tld" prefix="request" %> -- To unsubscribe, e-mail: For additional commands, e-mail: