rlubke 02/01/28 15:48:21
Added: src/server/jsp-tests/jsp/core_syntax/directives/page/content
negativeDuplicateContentFatalTranslationError.jsp
Log:
- new negative test for content attribute of page directive
Revision Changes Path
1.1
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/content/negativeDuplicateContentFatalTranslationError.jsp
Index: negativeDuplicateContentFatalTranslationError.jsp
===================================================================
<html>
<title>negativeDuplicateContentFatalTranslationError</title>
<body>
<%
/**
Name : negativeDuplicateContentFatalTranslationError
Description : Verify that multiple uses of the contentType attribute
result in a fatal translation error.
Result : A fatal translation error
**/
%>
<%@ page contentType="text/plain;charset=ISO-8859-1"
contentType="text/html;charset=ISO-8859-1" %>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>