Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@apache.org Received: (qmail 34056 invoked from network); 8 Jan 2002 05:45:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Jan 2002 05:45:25 -0000 Received: (qmail 10106 invoked by uid 97); 8 Jan 2002 00:09:31 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-dev@jakarta.apache.org Received: (qmail 10049 invoked by uid 97); 8 Jan 2002 00:09:30 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 10038 invoked by uid 97); 8 Jan 2002 00:09:29 -0000 Date: 8 Jan 2002 00:08:22 -0000 Message-ID: <20020108000822.45038.qmail@icarus.apache.org> From: horwat@apache.org To: jakarta-taglibs-cvs@apache.org Subject: cvs commit: jakarta-taglibs/standard/examples/web/ecmascript StringSupport.jsp StringOperators.jsp LogicalOperators.jsp ConditionalOperator.jsp ComparisonOperators.jsp AssignmentOperators.jsp ArithmeticOperators.jsp BitwiseOperators.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 horwat 02/01/07 16:08:22 Modified: standard/examples/web/ecmascript StringSupport.jsp StringOperators.jsp LogicalOperators.jsp ConditionalOperator.jsp ComparisonOperators.jsp AssignmentOperators.jsp ArithmeticOperators.jsp BitwiseOperators.jsp Log: Fix the prefix in some of the ecmascript examples. Submitted by: Jian Cai Revision Changes Path 1.2 +2 -2 jakarta-taglibs/standard/examples/web/ecmascript/StringSupport.jsp Index: StringSupport.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/StringSupport.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StringSupport.jsp 21 Nov 2001 07:34:34 -0000 1.1 +++ StringSupport.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -87,7 +87,7 @@ - String.slice(, ) + String.slice(, ) @@ -107,7 +107,7 @@ - String.substring(, ) + String.substring(, ) 1.2 +11 -11 jakarta-taglibs/standard/examples/web/ecmascript/StringOperators.jsp Index: StringOperators.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/StringOperators.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StringOperators.jsp 21 Nov 2001 07:34:34 -0000 1.1 +++ StringOperators.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -37,7 +37,7 @@ Result - + " " + + + " " + @@ -49,11 +49,11 @@ Result - < + < - < + < @@ -65,7 +65,7 @@ Result - <= + <= @@ -77,11 +77,11 @@ Result - > + > - > + > @@ -93,7 +93,7 @@ Result - >= + >= @@ -105,11 +105,11 @@ Result - == + == - == + == @@ -121,11 +121,11 @@ Result - != + != - != + != 1.2 +2 -2 jakarta-taglibs/standard/examples/web/ecmascript/LogicalOperators.jsp Index: LogicalOperators.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/LogicalOperators.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LogicalOperators.jsp 21 Nov 2001 07:34:33 -0000 1.1 +++ LogicalOperators.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -22,7 +22,7 @@ Result - && + && @@ -34,7 +34,7 @@ Result - || + || 1.3 +3 -3 jakarta-taglibs/standard/examples/web/ecmascript/ConditionalOperator.jsp Index: ConditionalOperator.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/ConditionalOperator.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ConditionalOperator.jsp 21 Nov 2001 21:24:17 -0000 1.2 +++ ConditionalOperator.jsp 8 Jan 2002 00:08:22 -0000 1.3 @@ -33,15 +33,15 @@ - <c:if test="$true == true"> IF result </jx:if> + <c:if test="$true == true"> IF result </c:if> IF result - <c:if test="$false == true"> IF result </jx:if> + <c:if test="$false == true"> IF result </c:if> IF result - <c:if test="$myDate.year == 101"> 1900 + 101 = 2001 </jx:if> + <c:if test="$myDate.year == 101"> 1900 + 101 = 2001 </c:if> 1900 + 101 = 2001 1.2 +12 -12 jakarta-taglibs/standard/examples/web/ecmascript/ComparisonOperators.jsp Index: ComparisonOperators.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/ComparisonOperators.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ComparisonOperators.jsp 21 Nov 2001 07:34:33 -0000 1.1 +++ ComparisonOperators.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -24,11 +24,11 @@ Result - == + == - == + == @@ -40,11 +40,11 @@ Result - != + != - != + != @@ -56,11 +56,11 @@ Result - === + === - === + === @@ -72,11 +72,11 @@ Result - !== + !== - !== + !== @@ -88,7 +88,7 @@ Result - < + < @@ -100,7 +100,7 @@ Result - > + > @@ -112,7 +112,7 @@ Result - <= + <= @@ -124,7 +124,7 @@ Result - >= + >= 1.2 +13 -13 jakarta-taglibs/standard/examples/web/ecmascript/AssignmentOperators.jsp Index: AssignmentOperators.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/AssignmentOperators.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AssignmentOperators.jsp 21 Nov 2001 07:34:32 -0000 1.1 +++ AssignmentOperators.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -23,7 +23,7 @@ Result - = + = @@ -35,7 +35,7 @@ Result - = == + = == @@ -47,7 +47,7 @@ Result - += + += @@ -59,7 +59,7 @@ Result - -= + -= @@ -71,7 +71,7 @@ Result - *= + *= @@ -83,7 +83,7 @@ Result - /= + /= @@ -95,7 +95,7 @@ Result - %= + %= @@ -107,7 +107,7 @@ Result - <<= + <<= @@ -119,7 +119,7 @@ Result - >>= + >>= @@ -131,7 +131,7 @@ Result - >>>= + >>>= @@ -143,7 +143,7 @@ Result - &= + &= @@ -155,7 +155,7 @@ Result - |= + |= @@ -167,7 +167,7 @@ Result - ^= + ^= 1.2 +5 -5 jakarta-taglibs/standard/examples/web/ecmascript/ArithmeticOperators.jsp Index: ArithmeticOperators.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/ArithmeticOperators.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ArithmeticOperators.jsp 21 Nov 2001 07:34:32 -0000 1.1 +++ ArithmeticOperators.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -23,7 +23,7 @@ Result - + + + @@ -35,7 +35,7 @@ Result - - + - @@ -47,7 +47,7 @@ Result - * + * @@ -59,7 +59,7 @@ Result - / + / @@ -71,7 +71,7 @@ Result - % + % 1.2 +6 -6 jakarta-taglibs/standard/examples/web/ecmascript/BitwiseOperators.jsp Index: BitwiseOperators.jsp =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/BitwiseOperators.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BitwiseOperators.jsp 21 Nov 2001 07:34:33 -0000 1.1 +++ BitwiseOperators.jsp 8 Jan 2002 00:08:22 -0000 1.2 @@ -23,7 +23,7 @@ Result - & + & @@ -35,7 +35,7 @@ Result - | + | @@ -47,7 +47,7 @@ Result - ^ + ^ @@ -71,7 +71,7 @@ Result - << + << @@ -83,7 +83,7 @@ Result - >> + >> @@ -95,7 +95,7 @@ Result - >>> + >>> -- To unsubscribe, e-mail: For additional commands, e-mail: