You can develop tag handlers for JSP custom actions using Java classes or tag files. This topic discusses how to use the IDE to create tag handlers using Java code. See Creating a tag file for information about tag files.
The IDE provides tools for creating a TLD file and for adding tag elements, tag attribute elements, and variable elements to the TLD file. You can create Java code for a tag handler by using the New File wizard and then you can edit the tag handler code in the Source Editor to modify the logic that implements the features of the tag.
![]() |
Before you can create a tag handler, you have to create its tag library descriptor (a TLD file). See Creating a tag library descriptor for information about TLD files. |
To create a tag handler:
For a full guide to creating and using tag handlers, see: