A tag library descriptor (TLD) file is an XML file that describes a tag library. A JSP container uses the TLD file to interpret pages that include taglib directives referring to the tag library. The TLD file contains:
The TLD file is generated when you create a tag library. You can then use the Taglib Customizer dialog boxes to edit the elements of the TLD file or edit the TLD file directly in the Source Editor. You will need to do this for certain advanced features, including adding validator classes. If you edit the TLD file directly, no validation is performed on your edits.
See Also | |
---|---|
Custom Tag Libraries Creating Custom Tag Libraries |