rlubke 02/01/28 15:53:12
Modified: src/server/jsp-tests/jsp/core_syntax/directives/page/info
positiveInfo.jsp
Added: src/server/jsp-tests/jsp/core_syntax/directives/page/info
negativeDuplicateInfoFatalTranslationError.jsp
Log:
- content push from CTS
Revision Changes Path
1.2 +1 -1
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/info/positiveInfo.jsp
Index: positiveInfo.jsp
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/info/positiveInfo.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveInfo.jsp 4 Oct 2000 00:06:58 -0000 1.1
+++ positiveInfo.jsp 28 Jan 2002 23:53:12 -0000 1.2
@@ -6,7 +6,7 @@
value.Then invoke the getServletInfo method on the current
page's Servlet object
Result: Should return the correct value of the set string.
-**/ %>
+**/ %>
<!-- Testing for the 'info' directive -->
<%@ page info="positiveInfo of JCK" %>
<% out.println(getServletInfo()); %>
1.1
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/info/negativeDuplicateInfoFatalTranslationError.jsp
Index: negativeDuplicateInfoFatalTranslationError.jsp
===================================================================
<html>
<title>negativeDuplicateInfoFatalTranslationError</title>
<body>
<% /** Name : negativeDuplicateInfoFatalTranslationError
Description : Verify that multiple uses of the info attribute
result in a fatal translation error.
Result : A fatal translation error.
**/ %>
<%@ page info="Fatal Translation Error" info="Fatal Translation Error" %>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>