> <%@ taglib uri="mytags.jar" prefix="mt" %>

<%@ taglib uri="/PATH_TO_TLD/mytags.tld" prefix="mt" %>

"The Tag Library Descriptor (TLD) is an XML document that describes
a tag library." [mapping between tag name and class name as well as
description of tag attributes]

See "JavaServer Pages 1.1 Specification" for details:
==> http://java.sun.com/products/jsp/download.html

Regards
Uwe

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to