rlubke 02/01/28 16:21:47
Modified: src/clients/org/apache/jcheck/jsp/client/core_syntax/scripting/scriptlet
positiveScriptlet.html
Log:
- content push from CTS
Revision Changes Path
1.2 +20 -4
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/scripting/scriptlet/positiveScriptlet.html
Index: positiveScriptlet.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/scripting/scriptlet/positiveScriptlet.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveScriptlet.html 9 Oct 2000 22:43:03 -0000 1.1
+++ positiveScriptlet.html 29 Jan 2002 00:21:47 -0000 1.2
@@ -1,11 +1,27 @@
<html>
-<title>positiveScriptlet </title>
+<title>positiveScriptlet</title>
<body>
-
-<!--variable i=5 is incremented -->
-6
+<!-- Java-style comments -->
+
+
+<!-- Multiline scriptlet -->
+ 10
+
+<!-- Another version of a Multiline scriplet -->
+
+
+10
+
+<!-- A scriptlet accessing a bean -->
+
+10
+
+
+<!-- A scriplet with try/throws/finally blocks -->
+ArithmeticException caught!
+
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>