As you develop Java classes for a tag library, you add code to the tag handler classes to implement the features your custom actions require. You are also likely to add attributes and scripting variables to your tags. As you define new tags, attributes, and scripting variables in a TLD file, you can perform the Generate Tag Handlers action on the tags to create corresponding class members and interfaces.
![]() |
Only TLD files that conform to JSP 1.1 or 1.2 specifications can be edited in the customizer and used to generate tag handlers. Other versions are treated as XML files and must be edited in the Source Editor. |
You have two options when you generate tag handlers:
To generate tag handlers:
![]() |
Attempting to generate more than 200 tags might result in an out of memory exception. |
See Also | |
---|---|
About Tag Libraries Creating and Editing Tags Creating and Editing Tag Attributes Creating and Editing Scripting Variables Editing TLD Files |