Class 2 |
Intermediate Java 30-IT-397 |
|
Tag Library Components
There are three components of custom JSP tags:
-
The tag handler class is the Java logic behind the tag.
-
The tag library descriptor file matches the XML element names to
the tag implementations.
-
The jsp file actually uses the tags.
Tag Hanlder Class

Created by: Brandan Jones
December 17, 2001