1.

What Are Custom Tags And Why It Is Needed?

Answer»

JSP tags are extended by creating a custom set of tags which is CALLED as tag library (TAGLIB). The page which uses custom tags declares taglib and uniquely NAMES, defines and associates a tag PREFIX to differentiate the USAGE of those tags.

JSP tags are extended by creating a custom set of tags which is called as tag library (taglib). The page which uses custom tags declares taglib and uniquely names, defines and associates a tag prefix to differentiate the usage of those tags.



Discussion

No Comment Found