rlubke      02/01/28 15:50:19

  Added:       src/server/jsp-tests/jsp/core_syntax/directives/page/extend
                        negativeDuplicateExtendsFatalTranslationError.jsp
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.1                  
jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/extend/negativeDuplicateExtendsFatalTranslationError.jsp
  
  Index: negativeDuplicateExtendsFatalTranslationError.jsp
  ===================================================================
  <html>
  <title>negativeDuplicateExtendsFatalTranslationError</title>
  <body>
  <% /**        Name : negativeDuplicateExtendsFatalTranslationError
        Description : Verify that multiple uses of the extends attribute
                    result in a fatal translation error.
        Result : A fatal translation error.
  **/ %>         
  <%@ page extends="core_syntax.directives.page.extend.SuperPage" 
extends="core_syntax.directives.page.extend.SuperPage"  %>
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to