In this example, we learn how to create library descriptor file in your project. Developers can group together tags of similar or related functionality. For this, a tag library descriptor file (TLD file) is used to describe the tag extensions and relate them to their java classes. TLD files are written in XML notation. Follow these steps to create the file:
1. Go to project option and right click on your project and select new -> Other in the project window, as shown in figure.

2. Select Web under Categories, and select Tag Library Descriptor under
File Types, as shown in figure. Click Next.

3. New Tag Library Descriptor
dialog appears next. Enter TLD Name as image, as shown in Figure and click Finish.

4. Now, image.tld file is added in the project window under WEB-INF
/ tlds. The source code given below:
image.tld
<?xml version="1.0" encoding="UTF-8"?>
|
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Create Tag Library Descriptor (TLD) File View All Comments
Post your Comment