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 01:08:15 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/implicit positiveImplicitJarMultiTld.jsp

rlubke      02/01/28 16:08:15

  Added:       src/server/jsp-tests/jsp/tagext/TldPathResolution/implicit
                        positiveImplicitJarMultiTld.jsp
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/implicit/positiveImplicitJarMultiTld.jsp
  
  Index: positiveImplicitJarMultiTld.jsp
  ===================================================================
  <html>
  <title>positiveImplicitJarMultiTld</title>
  <body>
  <% 
  	/** 	
  	Name : positiveImplicitJarMultiTld
  	Description : Verify that the container can correctly 
                    recognize multiple tlds in a jar file,
                    and using the <uri> element within the tld,
                    create the appropiate mapping for client access.
  	            
  	Result : The tags will send output to the client.
  	**/  
  %>
  <%@ taglib uri="/tldone" prefix="tldone" %>
  <%@ taglib uri="/tldtwo" prefix="tldtwo" %>
  <tldone:tldtag uri="Implicit URI - tld_uri_one"/>
  <tldtwo:tldtag uri="Implicit URI - tld_uri_two"/>
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>