You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 00:48:21 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/content negativeDuplicateContentFatalTranslationError.jsp

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>